langchain/libs/community/langchain_community/vectorstores
Jabir 12e490ea56
Update azuresearch.py (#25577)
This will allow complextype metadata to be returned. the current
implementation throws error when dealing with nested metadata

Thank you for contributing to LangChain!

- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-08-20 12:53:30 +00:00
..
docarray infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
redis community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
__init__.py community[minor]: Add ApertureDB as a vectorstore (#24088) 2024-07-16 09:32:59 -07:00
aerospike.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
alibabacloud_opensearch.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
analyticdb.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
annoy.py ci: Add script to check for pickle usage in community (#22863) 2024-06-13 16:13:15 -04:00
apache_doris.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
aperturedb.py core[patch]: Deprecating beta upsert APIs in vectorstore (#25069) 2024-08-09 17:17:36 -04:00
astradb.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
atlas.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
awadb.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
azure_cosmos_db_no_sql.py LangChain Community: VectorStores: Azure Cosmos DB Filtered Vector Search (#24087) 2024-07-23 16:59:23 -07:00
azure_cosmos_db.py LangChain Community: VectorStores: Azure Cosmos DB Filtered Vector Search (#24087) 2024-07-23 16:59:23 -07:00
azuresearch.py Update azuresearch.py (#25577) 2024-08-20 12:53:30 +00:00
bagel.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
bageldb.py community[patch]: update package name to bagelML (#19948) 2024-05-01 01:17:33 -04:00
baiducloud_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
baiduvectordb.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
bigquery_vector_search.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
cassandra.py community[minor]: Add support for metadata indexing policy in Cassandra vector store (#22548) 2024-06-05 11:23:26 -04:00
chroma.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
clarifai.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
clickhouse.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
couchbase.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
dashvector.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
databricks_vector_search.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
deeplake.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
dingo.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
documentdb.py community: Fix AWS DocumentDB similarity_search when filter is None (#24777) 2024-07-29 15:32:05 +00:00
duckdb.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
ecloud_vector_search.py community[minor]: integrate China Mobile Ecloud vector search (#15298) 2024-03-27 23:02:40 +00:00
elastic_vector_search.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 2024-03-06 15:09:12 -08:00
elasticsearch.py community: 'Solve the issue where the _search function in ElasticsearchStore supports passing a query_vector parameter, but the parameter does not take effect. (#21532) 2024-06-14 17:13:11 -07:00
epsilla.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
faiss.py community[patch]: FAISS: ValueError mentions normalize_score_fn isntead of relevance_score_fn (#25225) 2024-08-09 14:40:29 +00:00
hanavector.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
hippo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
hologres.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
infinispanvs.py community: VectorStore Infinispan, adding autoconfiguration (#18967) 2024-03-18 21:33:45 -07:00
inmemory.py core[minor],community[patch],standard-tests[patch]: Move InMemoryImplementation to langchain-core (#23986) 2024-07-08 14:11:51 -07:00
jaguar.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
kdbai.py docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
kinetica.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
lancedb.py community: Fix LanceDB similarity search bug (#23591) 2024-07-01 16:33:45 +00:00
lantern.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
llm_rails.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
manticore_search.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
marqo.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
matching_engine.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
meilisearch.py community[patch]: update for compatibility with Meilisearch v1.8 (#21979) 2024-05-22 13:37:01 -07:00
milvus.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
momento_vector_index.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
mongodb_atlas.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
myscale.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
neo4j_vector.py community: fix neo4j from_existing_graph (#24912) 2024-08-05 21:01:46 +00:00
nucliadb.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
opensearch_vector_search.py community[patch]: Add OpenSearch as semantic cache (#20254) 2024-04-27 00:20:24 +00:00
oraclevs.py clob_bugfix... (#24813) 2024-07-30 12:44:04 -04:00
pathway.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
pgembedding.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
pgvecto_rs.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
pgvector.py [docs]: vector store integration pages (#24858) 2024-08-06 17:20:27 +00:00
pinecone.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
qdrant.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
relyt.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
rocksetdb.py community[patch]: mmr search for Rockset vectorstore integration (#16908) 2024-03-29 18:45:22 +00:00
scann.py ci: Add script to check for pickle usage in community (#22863) 2024-06-13 16:13:15 -04:00
semadb.py community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
singlestoredb.py community: add SingleStoreDB semantic cache (#23218) 2024-07-05 09:26:06 -04:00
sklearn.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
sqlitevss.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
starrocks.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
supabase.py community: enable SupabaseVectorStore to support extended table fields (#21762) 2024-05-20 16:32:26 -07:00
surrealdb.py community[patch]: surrealdb provide functions for MMR (Maximal Marginal Relevance) (#21185) 2024-05-22 22:53:55 +00:00
tair.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
tencentvectordb.py [Vector Store] Fix function add_texts in TencentVectorDB (#24469) 2024-07-22 09:50:22 -04:00
thirdai_neuraldb.py community[patch]: Remove usage of @root_validator(allow_reuse=True) (#25235) 2024-08-09 10:57:42 -04:00
tidb_vector.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
tigris.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tiledb.py ci: Add script to check for pickle usage in community (#22863) 2024-06-13 16:13:15 -04:00
timescalevector.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
typesense.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
upstash.py community[patch]: Upstash Vector Store Namespace Support (#22251) 2024-06-03 17:30:56 -07:00
usearch.py community[patch]: vectorstores import update (#21169) 2024-05-13 10:45:31 -04:00
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vald.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
vdms.py Community[minor]: Update VDMS vectorstore (#23729) 2024-07-25 22:13:04 -04:00
vearch.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
vectara.py community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
vespa.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vikingdb.py community[patch]: Modify the text field type and add new exception handling (#20116) 2024-04-29 20:06:00 -04:00
vlite.py community[minor]: Added VLite as VectorStore (#20245) 2024-04-17 01:24:38 +00:00
weaviate.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
xata.py multiple: Remove unnecessary Ruff suppression comments (#21050) 2024-04-30 17:13:48 +00:00
yellowbrick.py community[minor]: Add indexing via locality sensitive hashing to the Yellowbrick vector store (#20856) 2024-05-06 20:18:02 +00:00
zep_cloud.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
zep.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
zilliz.py community[patch]: Milvus supports add & delete texts by ids (#16256) 2024-01-29 11:19:50 -08:00