You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community
Tomaz Bratanic f6bfb969ba
community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122)
Current implementation doesn't have an indexed property that would
optimize the import. I have added a `baseEntityLabel` parameter that
allows you to add a secondary node label, which has an indexed id
`property`. By default, the behaviour is identical to previous version.

Since multi-labeled nodes are terrible for text2cypher, I removed the
secondary label from schema representation object and string, which is
used in text2cypher.
7 months ago
..
adapters docs: added `community` modules descriptions (#17827) 7 months ago
agent_toolkits community: Add PolygonFinancials Tool (#18324) 7 months ago
callbacks community[minor] : adds callback handler for Fiddler AI (#17708) 7 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
chat_message_histories community[patch]: chat message histrory mypy fix (#18250) 7 months ago
chat_models community[minor]: Add support for Perplexity chat model(#17024) 7 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
document_compressors community[feat]: Adds LLMLingua as a document compressor (#17711) 7 months ago
document_loaders community[patch]: fix RecursiveUrlLoader metadata_extractor return type (#18193) 7 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
embeddings community[patch]: Voyage AI updates default model and batch size (#17655) 7 months ago
example_selectors docs: added `community` modules descriptions (#17827) 7 months ago
graphs community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122) 7 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[patch]: Make cohere_api_key a SecretStr (#12188) 7 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 8 months ago
retrievers community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 7 months ago
storage multiple[patch]: fix deprecation versions (#18349) 7 months ago
tools community: Add PolygonFinancials Tool (#18324) 7 months ago
utilities community: Add PolygonFinancials Tool (#18324) 7 months ago
utils Add the BQ job usage tracking from LangChain (#17123) 7 months ago
vectorstores community[patch]: the syntax error for Redis generated query (#17717) 7 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
cache.py community[patch]: Graceful handling of redis errors in RedisCache and AsyncRedisCache (#17171) 7 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago