add vectorstore.py

This commit is contained in:
2026-05-28 16:30:41 +00:00
parent 4a2e4ca4eb
commit 61929c0bcb
+1 -1
View File
@@ -1,4 +1,4 @@
"""ChromaDB vector store with Ollama embeddings and document chunking."" """ChromaDB vector store with Ollama embeddings and document chunking."""
import os import os
from typing import List from typing import List