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.
2023-04-08 13:31:17 -07:00
..
__init__.py Harrison/deeplake (#1316) 2023-02-26 22:35:04 -08:00
atlas.py typo in vectorstores (#1362) 2023-03-01 07:21:37 -08:00
base.py add async vector operations in VectorStore base class (#2535) 2023-04-07 07:22:14 -07:00
chroma.py #2595 ChromaDB: Add ability to adjust metadata for indexes upon creating co… (#2597) 2023-04-08 13:31:17 -07:00
deeplake.py Deep Lake upgrade to include attribute search, distance metrics, returning scores and MMR (#2455) 2023-04-06 12:47:33 -07:00
elastic_vector_search.py feat: add pytest-vcr for recording HTTP interactions in integration tests (#2445) 2023-04-07 07:28:57 -07:00
faiss.py Harrison/from methods (#1912) 2023-03-22 21:10:09 -07:00
milvus.py typo in vectorstores (#1362) 2023-03-01 07:21:37 -08:00
opensearch_vector_search.py Extend opensearch to better support existing instances (#2500) (#2509) 2023-04-06 12:45:56 -07:00
pgvector.py Add metadata filter to PGVector search (#1872) 2023-03-22 15:21:40 -07:00
pinecone.py Don't create a new Pinecone index if doesn't exist (#2414) 2023-04-04 20:42:27 -07:00
qdrant.py Qdrant update to 1.1.1 & docs polishing (#2388) 2023-04-04 06:48:21 -07:00
redis.py Harrison/redis (#2588) 2023-04-08 10:55:52 -07:00
utils.py MMR example selector (#377) 2022-12-19 17:09:27 -05:00
weaviate.py feat: implements similarity_search_by_vector on Weaviate (#2522) 2023-04-06 22:27:47 -07:00