cogcorp commited on
Commit
3eca05c
·
1 Parent(s): ead2dcf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ recommender = SemanticSearch()
232
 
233
  title = 'Cognitive pdfGPT'
234
  description = """ What is Cognitive pdfGPT?
235
- The problem is that OpenAI has a 4K token limit and cannot process an entire PDF file as input. Additionally, ChatGPT cannot (as of yet) directly talk to external data. The solution is Cognitive pdfGPT, which allows you to chat with your PDF file using GPT functionalities. The application breaks the document into smaller files and generates embeddings using a powerful Deep Averaging Network Encoder. A semantic search is performed on your data, and the top relevant results are used to generate a response. *DO NOT USE CONFIDENTIAL INFORMATION* """
236
 
237
 
238
 
 
232
 
233
  title = 'Cognitive pdfGPT'
234
  description = """ What is Cognitive pdfGPT?
235
+ The problem is that OpenAI has a 4K token limit and cannot process an entire PDF file as input. Additionally, ChatGPT cannot (as of yet) directly talk to external data. The solution is Cognitive pdfGPT, which allows you to chat with your PDF file using GPT functionalities. The application converts the document into smaller files and generates embeddings using a powerful Deep Averaging Network Encoder. A semantic search is performed on your data, and the top relevant results are used to generate a response. *DO NOT USE CONFIDENTIAL INFORMATION* """
236
 
237
 
238