https://github.com/simonhammes/vector-databases
https://github.com/simonhammes/vector-databases
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonhammes/vector-databases
- Owner: simonhammes
- License: unlicense
- Created: 2024-06-11T11:44:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:11:01.000Z (about 2 years ago)
- Last Synced: 2024-06-13T02:23:12.026Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```