Update README.md

This commit is contained in:
Jeff Vestal
2023-04-12 10:41:36 -05:00
committed by GitHub
parent dd5f69755e
commit 84c4d453f9

View File

@@ -3,7 +3,7 @@ Combining the search power of Elasticsearch with the Question Answering power of
Blog Forthcoming Blog Forthcoming
![diagram](https://raw.githubusercontent.com/jeffvestal/ElasticDocs_GPT/main/ElasticChat%20GPT%20Diagram%20-%20No%20line%20text.jpeg) ![diagram](https://raw.githubusercontent.com/jeffvestal/ElasticDocs_GPT/main/images/ElasticChat%20GPT%20Diagram%20-%20No%20line%20text.jpeg)
1. Python interface accepts user questions 1. Python interface accepts user questions
- Generate a hybrid search request for Elasticsearch - Generate a hybrid search request for Elasticsearch
@@ -17,3 +17,12 @@ Blog Forthcoming
- Prompt: "answer this question <question> using only this document <body_content from top search result>" - Prompt: "answer this question <question> using only this document <body_content from top search result>"
5. Generated response is returned to python 5. Generated response is returned to python
6. Python adds on original documentation source url to generated response and prints it to the screen for the user 6. Python adds on original documentation source url to generated response and prints it to the screen for the user
# Examples
![autoscale](https://raw.githubusercontent.com/jeffvestal/ElasticDocs_GPT/main/images/elasticDocs%20GPT%20-%20elastic%20cloud%20autoscaling.png)
![apm](https://raw.githubusercontent.com/jeffvestal/ElasticDocs_GPT/main/images/elasticDocs%20GPT%20-%20elastic%20jvm%20apm.png)
![inference](https://github.com/jeffvestal/ElasticDocs_GPT/blob/main/images/elasticDocs%20GPT%20-%20inference%20processor.png)
![pii](https://raw.githubusercontent.com/jeffvestal/ElasticDocs_GPT/main/images/elasticDocs%20GPT%20-%20redact%20pii.png)