mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-30 12:55:25 +00:00
- [x] **PR title - community: add neo4j query constructor for self query** - [x] **PR message** - **Description:** adding a Neo4jTranslator so that the Neo4j vector database can use SelfQueryRetriever - **Issue:** this issue had been raised before in #19748 - **Dependencies:** none. - **Twitter handle:** @moyi_dang - p.s. I have not added the query constructor in BUILTIN_TRANSLATORS in this PR, I want to make changes to only one package at a time. - [x] **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. - [x] **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: Bagatur <22008038+baskaryan@users.noreply.github.com> Co-authored-by: Chester Curme <chester.curme@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
test_astradb.py | ||
test_chroma.py | ||
test_dashvector.py | ||
test_databricks_vector_search.py | ||
test_deeplake.py | ||
test_dingo.py | ||
test_elasticsearch.py | ||
test_hanavector.py | ||
test_milvus.py | ||
test_mongodb_atlas.py | ||
test_myscale.py | ||
test_neo4j.py | ||
test_opensearch.py | ||
test_pgvector.py | ||
test_pinecone.py | ||
test_redis.py | ||
test_supabase.py | ||
test_tencentvectordb.py | ||
test_timescalevector.py | ||
test_vectara.py | ||
test_weaviate.py |