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/langchain/vectorstores
rkeshwani 5e57496225
#2595 ChromaDB: Add ability to adjust metadata for indexes upon creating co… (#2597)
Referencing #2595
Added optional default parameter to adjust index metadata upon
collection creation per chroma code

ce0bc89777/chromadb/api/local.py (L74)

Allowing for user to have the ability to adjust distance calculation
functions.
1 year ago
..
__init__.py Harrison/deeplake (#1316) 1 year ago
atlas.py typo in vectorstores (#1362) 1 year ago
base.py add async vector operations in VectorStore base class (#2535) 1 year ago
chroma.py #2595 ChromaDB: Add ability to adjust metadata for indexes upon creating co… (#2597) 1 year ago
deeplake.py Deep Lake upgrade to include attribute search, distance metrics, returning scores and MMR (#2455) 1 year ago
elastic_vector_search.py feat: add pytest-vcr for recording HTTP interactions in integration tests (#2445) 1 year ago
faiss.py Harrison/from methods (#1912) 1 year ago
milvus.py typo in vectorstores (#1362) 1 year ago
opensearch_vector_search.py Extend opensearch to better support existing instances (#2500) (#2509) 1 year ago
pgvector.py Add metadata filter to PGVector search (#1872) 1 year ago
pinecone.py Don't create a new Pinecone index if doesn't exist (#2414) 1 year ago
qdrant.py Qdrant update to 1.1.1 & docs polishing (#2388) 1 year ago
redis.py Harrison/redis (#2588) 1 year ago
utils.py MMR example selector (#377) 1 year ago
weaviate.py feat: implements similarity_search_by_vector on Weaviate (#2522) 1 year ago