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

https://github.com/simonhammes/vector-databases


https://github.com/simonhammes/vector-databases

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vector Databases

[TODO: Introduction]

## Demo

### Prerequisites
- Python 3.11 (other versions might also work)
- pip
- Docker
- Docker-Compose

### Instructions
```bash
# Create virtual environment
python3 -m venv .venv

# Activate virtual environment (OS-specific)
# Linux
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Start notebook
jupyter notebook demo.ipynb
```