awakenai commited on
Commit
53d8e15
1 Parent(s): 969aba4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ document_store = InMemoryDocumentStore(use_bm25=True)
17
  # Download and add Game of Thrones TXT articles to Haystack DocumentStore.
18
  # You can also provide a folder with your local documents.
19
  #add_example_data(document_store, "data/GoT_getting_started")
20
- add_example_data(document_store, "main/Reference")
21
 
22
  # Build a pipeline with a Retriever to get relevant documents to the query and a PromptNode interacting with LLMs using a custom prompt.
23
  pipeline = build_pipeline(provider, API_KEY, document_store)
 
17
  # Download and add Game of Thrones TXT articles to Haystack DocumentStore.
18
  # You can also provide a folder with your local documents.
19
  #add_example_data(document_store, "data/GoT_getting_started")
20
+ add_example_data(document_store, "./Reference")
21
 
22
  # Build a pipeline with a Retriever to get relevant documents to the query and a PromptNode interacting with LLMs using a custom prompt.
23
  pipeline = build_pipeline(provider, API_KEY, document_store)