langchain/libs/community/langchain_community
savoiepe d006be60ec
Added more filtering options to pgvector vectorstore (#14852)
- **Description:** Using PGVector vector store, it was only possible to
filter for values equals, in or not in metadata. Extended this feature
to work with the following keywords : IN, NIN, BETWEEN, GT, LT, NE, EQ,
LIKE, CONTAINS, OR, AND

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2024-01-01 16:01:22 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
callbacks Delete V1 tracer and refactor tracer tests to core (#15326) 2023-12-29 15:55:56 -08:00
chat_loaders community[patch]: Enhance iMessage chat loader with timestamp parsing and message ownership (#14804) 2023-12-19 11:09:01 -05:00
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 2023-12-22 13:21:34 -08:00
chat_models Refactor: use SecretStr for palm chat-model (#15100) 2024-01-01 15:21:41 -08:00
docstore
document_loaders community:Lazy load wikipedia dump file (#15111) 2024-01-01 14:02:56 -08:00
document_transformers community: Make doctran synchronous (#15264) 2023-12-28 08:05:24 -08:00
embeddings Refactor: use SecretStr for llm_rails embeddings (#15090) 2024-01-01 15:24:50 -08:00
graphs
indexes
llms fix: call correct stream method in ollama (#15104) 2024-01-01 14:03:53 -08:00
retrievers Don't reassign chunk_type (#14923) 2023-12-22 13:20:53 -08:00
storage
tools Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
utilities community: Enhance Github error prompt (#15248) 2023-12-28 08:25:19 -08:00
utils docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
vectorstores Added more filtering options to pgvector vectorstore (#14852) 2024-01-01 16:01:22 -08:00
__init__.py
cache.py community[patch]: Fixed issue with importing Row from sqlalchemy (#14488) 2023-12-13 14:36:08 -08:00
py.typed