An open API service indexing awesome lists of open source software.

https://github.com/dblock/vectordb-hello-world

Examples of vector DB indexing and query with various vector databases.
https://github.com/dblock/vectordb-hello-world

chroma clickhouse opensearch pgvector pinecone qdrant redis vector-database-embedding vector-database-search vectors vespa-engine weviate

Last synced: 20 days ago
JSON representation

Examples of vector DB indexing and query with various vector databases.

Awesome Lists containing this project

README

          

- [VectorDB Hello World](#vectordb-hello-world)
- [Developing](#developing)
- [License](#license)
- [Copyright](#copyright)

## VectorDB Hello World

Samples, in alphabetical order, of querying vector DBs without using vendor-specific clients where possible. Companion code to [this blog post](https://code.dblock.org/2023/06/16/getting-started-with-vector-dbs-in-python.html).

See [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md) if you need to get setup with Python and poetry before running these.

* [Chroma](src/chroma/README.md)
* [ClickHouse](src/click_house/README.md)
* [MongoDB](src/mongodb/README.md)
* [MyScale](src/my_scale/README.md)
* [OpenSearch](src/open_search/README.md)
* [pgVector](src/pg_vector/README.md)
* [Pinecone](src/pinecone/README.md)
* [Qdrant](src/qdrant/README.md)
* [Redis](src/redis/README.md)
* [Vespa](src/vespa/README.md)
* [Weaviate](src/weaviate/README.md)

## Developing

See [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).

## License

This project is licensed under the [Apache v2.0 License](LICENSE.txt).

## Copyright

Copyright Daniel Doubrovkine, and contributors.