Lovish Singla commited on
Commit
74d2222
·
unverified ·
1 Parent(s): 0b0718e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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