Skip to content

Commit

Permalink
docs: update demo qa instrcutions, explaination
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 79e6df231d7032231bcd056edb3bbfbb32671929
  • Loading branch information
berkecanrizai authored and Manul from Pathway committed Mar 18, 2024
1 parent 7896ac2 commit f927a72
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 58 deletions.
5 changes: 3 additions & 2 deletions examples/pipelines/demo-document-indexing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Therefore, all you would need to do is the following:
### SharePoint Data Source

This data source is the part of commercial Pathway offering. You can try it online in one of the following demos:
- The real-time document indexing pipeline with similarity search available on the [Hosted Pipelines](https://pathway.com/solutions/ai-pipelines) webpage;
- The chatbot answering questions about the uploaded files available on [Streamlit](https://chat-realtime-sharepoint-gdrive.streamlit.app/).
- The real-time document indexing pipeline with similarity search, available on the [Hosted Pipelines](https://pathway.com/solutions/ai-pipelines) webpage;
- The chatbot answering questions about the uploaded files, available on [Streamlit](https://chat-realtime-sharepoint-gdrive.demo.pathway.com/).

## Running the Example

Expand Down Expand Up @@ -168,5 +168,6 @@ Please make sure that you've changed the port in the requests if you did that wh
## Adding Files to Index

To test index updates, simply add more files to the `files-for-indexing` folder if the local data source is used.
If you are using Google Drive, simply upload your files in the folder configured in the `sources_configuration.yaml` file.

Then you can use the similarity search and stats endpoints, provided below.
1 change: 1 addition & 0 deletions examples/pipelines/demo-question-answering/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OPENAI_API_KEY=sk-***
Loading

0 comments on commit f927a72

Please sign in to comment.