Warblade commited on
Commit
a305f98
β€’
1 Parent(s): 2520c43

minor change

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -65,9 +65,9 @@ with gr.Blocks() as demo:
65
 
66
  **What's PapAI ? A revolutionary platform for Data Science projects and collaboration.** This application, powered by Gradio, offers a unique interactive experience by integrating the most advanced technologies in natural language processing πŸ’¬ and vector search πŸ” to answer your question related to the official papAI documentation (https://doc.datategy.net/)
67
 
68
- Through this interface, I use a combination of cutting-edge language models 🧠, such as GPT-3.5 Turbo, and a Qdrant vector storage system πŸ—ƒοΈ to provide accurate and relevant answers to a variety of Data Science queries. The core of PapAI lies in its ability to initialize and use RAG (Retrieval-Augmented Generation) chains πŸ”—, effectively combining information retrieval and text generation for an optimal user experience. 🌟
69
- Like all RAG applications, there is a possibility of encountering hallucinations, where the system might generate plausible but incorrect or nonsensical information. πŸŒ€ This underscores the importance of critical engagement with the answers provided and consulting multiple sources when necessary.
70
- """
71
 
72
  # Add the Markdown widget to display the text
73
  gr.Markdown(welcome_text)
 
65
 
66
  **What's PapAI ? A revolutionary platform for Data Science projects and collaboration.** This application, powered by Gradio, offers a unique interactive experience by integrating the most advanced technologies in natural language processing πŸ’¬ and vector search πŸ” to answer your question related to the official papAI documentation (https://doc.datategy.net/)
67
 
68
+ Through this interface, I use a combination of cutting-edge language models 🧠, such as GPT-3.5 Turbo, and a Qdrant vector storage system πŸ—ƒοΈ to provide accurate and relevant answers to a variety of Data Science queries. The core of PapAI lies in its ability to initialize and use RAG (Retrieval-Augmented Generation) chains πŸ”—, effectively combining information retrieval and text generation for an optimal user experience.
69
+
70
+ Like all RAG applications, there is a possibility of encountering hallucinations, where the system might generate plausible but incorrect or nonsensical information."""
71
 
72
  # Add the Markdown widget to display the text
73
  gr.Markdown(welcome_text)