Fixed create_index.py, added venv to reindex action
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user