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/libs
sdan a7c5e41443
community[minor]: Added VLite as VectorStore (#20245)
Support [VLite](https://github.com/sdan/vlite) as a new VectorStore
type.

**Description**:
vlite is a simple and blazing fast vector database(vdb) made with numpy.
It abstracts a lot of the functionality around using a vdb in the
retrieval augmented generation(RAG) pipeline such as embeddings
generation, chunking, and file processing while still giving developers
the functionality to change how they're made/stored.

**Before submitting**:
Added tests
[here](c09c2ebd5c/libs/community/tests/integration_tests/vectorstores/test_vlite.py)
Added ipython notebook
[here](c09c2ebd5c/docs/docs/integrations/vectorstores/vlite.ipynb)
Added simple docs on how to use
[here](c09c2ebd5c/docs/docs/integrations/providers/vlite.mdx)

**Profiles**

Maintainers: @sdan
Twitter handles: [@sdand](https://x.com/sdand)

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
cli templates: readme langsmith not private beta (#20173) 6 months ago
community community[minor]: Added VLite as VectorStore (#20245) 6 months ago
core anthropic[patch]: serialization in partner package (#18828) 6 months ago
experimental community[patch]: update use of deprecated llm methods (#20393) 6 months ago
langchain community[patch]: Improve Kuzu Cypher generation prompt (#20481) 6 months ago
partners anthropic[patch]: serialization in partner package (#18828) 6 months ago
standard-tests standardized-tests[patch]: test tool call messages (#20519) 6 months ago
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 6 months ago