langchain/docs/modules/indexes/vectorstores/examples
Harrison Chase 9218684759
Add a new vector store - AwaDB (#5971) (#5992)
Added AwaDB vector store, which is a wrapper over the AwaDB, that can be
used as a vector storage and has an efficient similarity search. Added
integration tests for the vector store
Added jupyter notebook with the example

Delete a unneeded empty file and resolve the
conflict(https://github.com/hwchase17/langchain/pull/5886)

Please check, Thanks!

@dev2049
@hwchase17

---------

<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.

Finally, we'd love to show appreciation for your contribution - if you'd
like us to shout you out on Twitter, please also include your handle!
-->

<!-- Remove if not applicable -->

Fixes # (issue)

#### Before submitting

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->

#### Who can review?

Tag maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @vowelparrot

  VectorStores / Retrievers / Memory
  - @dev2049

 -->

---------

Co-authored-by: ljeagle <vincent_jieli@yeah.net>
Co-authored-by: vincent <awadb.vincent@gmail.com>
2023-06-10 15:42:32 -07:00
..
analyticdb.ipynb
annoy.ipynb docs: vectorstores, different updates and fixes (#4939) 2023-05-18 15:35:47 -07:00
atlas.ipynb docs: vectorstores, different updates and fixes (#4939) 2023-05-18 15:35:47 -07:00
awadb.ipynb Add a new vector store - AwaDB (#5971) (#5992) 2023-06-10 15:42:32 -07:00
chroma.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
clickhouse.ipynb Integrate Clickhouse as Vector Store (#5650) 2023-06-05 13:32:04 -07:00
deeplake.ipynb docs: vectorstores, different updates and fixes (#4939) 2023-05-18 15:35:47 -07:00
docarray_hnsw.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
docarray_in_memory.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
elasticsearch.ipynb Es knn index search 5346 (#5569) 2023-06-02 08:40:35 -07:00
faiss.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
lancedb.ipynb Rename and fix typo in lancedb (#5425) 2023-05-30 00:24:17 -07:00
matchingengine.ipynb Add matching engine vectorstore (#3350) 2023-05-31 02:28:02 -07:00
milvus.ipynb
mongodb_atlas_vector_search.ipynb rm docs mongo (#5811) 2023-06-06 22:22:44 -07:00
myscale.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
opensearch.ipynb OpenSearch top k parameter fix (#5216) 2023-05-25 09:51:23 -07:00
pgvector.ipynb Created fix for 5475 (#5659) 2023-06-03 16:47:52 -07:00
pinecone.ipynb docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
qdrant.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
redis.ipynb docs: vectorstores, different updates and fixes (#4939) 2023-05-18 15:35:47 -07:00
singlestoredb.ipynb Added SingleStoreDB Vector Store (#5619) 2023-06-07 20:45:33 -07:00
sklearn.ipynb Add SKLearnVectorStore (#5305) 2023-05-28 08:17:42 -07:00
supabase.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
tair.ipynb docs: vectorstores, different updates and fixes (#4939) 2023-05-18 15:35:47 -07:00
tigris.ipynb feat: Support for Tigris Vector Database for vector search (#5703) 2023-06-05 20:39:16 -07:00
typesense.ipynb Add Typesense vector store (#1674) 2023-05-23 23:20:45 -07:00
vectara.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
weaviate.ipynb Scores are explained in vectorestore docs (#5613) 2023-06-05 20:39:49 -07:00
zilliz.ipynb