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

https://github.com/thefloatingstring/chroma-fast

5x speedup for ChromaDB vector search using user-defined one-hot encodings
https://github.com/thefloatingstring/chroma-fast

Last synced: 11 months ago
JSON representation

5x speedup for ChromaDB vector search using user-defined one-hot encodings

Awesome Lists containing this project

README

          

# Vector++

5x faster vector search with user-defined embeddings.

### Quickstart

This demo works by searching for restaurant reviews based on the user query.

Install dependencies:

```bash
uv sync
```

Define embeddings and run search.

```bash
uv run scripts\\create_cfg_files.py
uv run demo.py
```