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 5999c4a240
Add support for parameters in neo4j retrieval query (#18310)
Sometimes, you want to use various parameters in the retrieval query of
Neo4j Vector to personalize/customize results. Before, when there were
only predefined chains, it didn't really make sense. Now that it's all
about custom chains and LCEL, it is worth adding since users can inject
any params they wish at query time. Isn't prone to SQL injection-type
attacks since we use parameters and not concatenating strings.
7 months ago
..
adapters
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
chat_message_histories
chat_models ollama[patch]: delete suffix slash to avoid redirect (#18260) 7 months ago
docstore
document_compressors community[feat]: Adds LLMLingua as a document compressor (#17711) 7 months ago
document_loaders community[minor]: Add `SQLDatabaseLoader` document loader (#18281) 7 months ago
document_transformers
embeddings community: Add Laser Embedding Integration (#18111) 7 months ago
example_selectors
graphs community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009) 7 months ago
indexes
llms community[patch]: Invoke callback prior to yielding token (#18288) 7 months ago
output_parsers
retrievers
storage
tools community: Add PolygonFinancials Tool (#18324) 7 months ago
utilities community: Add PolygonFinancials Tool (#18324) 7 months ago
utils
vectorstores Add support for parameters in neo4j retrieval query (#18310) 7 months ago
__init__.py
cache.py
py.typed