Fixed create_index.py, added venv to reindex action

This commit is contained in:
2025-06-06 17:52:42 -05:00
parent 4aa02450c9
commit 4f1b8dfe6e
2 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ from tools.github_tool import GitHubTool
EMBEDDING_MODEL_PATH = """C:\Models\embeddings\Qwen3-Embedding-0.6B"""
# Path to store the local vector database
CHROMA_DB_PATH = "C:\Models\embeddings\embedding_result\chroma_db"
CHROMA_DB_PATH = """C:\Models\embeddings\embedding_result\chroma_db"""
# Name of the collection within the database
CHROMA_COLLECTION_NAME = "github_repo"
# Files with these extensions will be indexed. Add any other text-based files you need.