This commit is contained in:
Alexander Svan
2025-04-01 07:18:08 +02:00
commit b0ce430841
5 changed files with 132 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Vector Database POC
## Getting started
Start a developer console in NixOS with all need dependencies
```bash
nix develop
```