Spaces:
Sleeping
Sleeping
v0.0.5
Browse files
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
|
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 |
|