Skip to content

Commit 302efe3

Browse files
authored
Update src_core.py
1 parent b40c329 commit 302efe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# Initialize ChromaDB client and collection
5555
chroma_client = chromadb.PersistentClient(path="./main")
5656
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()
57+
documents = SimpleDirectoryReader('data').load_data()
5858

5959
# Define the Go language and parser
6060
GO_LANGUAGE = Language(tsgo.language())

0 commit comments

Comments
 (0)