We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40c329 commit 302efe3Copy full SHA for 302efe3
src_core.py
@@ -54,7 +54,7 @@
54
# Initialize ChromaDB client and collection
55
chroma_client = chromadb.PersistentClient(path="./main")
56
chroma_collection = chroma_client.get_or_create_collection("astchroma")
57
-documents = SimpleDirectoryReader('/home/runner/work/_actions/LLMs-for-Code-Review-PIL/CORE_llm/d1/data').load_data()
+documents = SimpleDirectoryReader('data').load_data()
58
59
# Define the Go language and parser
60
GO_LANGUAGE = Language(tsgo.language())
0 commit comments