test RAG with local Ollama models

initial commit
This commit is contained in:
2026-01-26 19:49:02 +01:00
commit b1405f3b84
4 changed files with 250 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Vector store
vectorstore/
# Uploads
uploads/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db