Spaces:
Running
Running
Lovish Singla
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
**Q/A with Graph Database Using Streamlit**
|
| 2 |
This Streamlit application allows users to upload files (TXT or CSV), convert the data into a Neo4j graph database, and perform Q&A using either the OpenAI or Groq language models (LLMs). It provides features to manage the graph database, view its schema, and interact with the data using natural language queries.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Q/A with graphdb
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
emoji: 💻
|
| 6 |
+
colorTo: yellow
|
| 7 |
+
short_description: chat with your document using knowledge graph
|
| 8 |
+
sdk_version: 1.41.1
|
| 9 |
+
---
|
| 10 |
**Q/A with Graph Database Using Streamlit**
|
| 11 |
This Streamlit application allows users to upload files (TXT or CSV), convert the data into a Neo4j graph database, and perform Q&A using either the OpenAI or Groq language models (LLMs). It provides features to manage the graph database, view its schema, and interact with the data using natural language queries.
|
| 12 |
|