Spaces:
Sleeping
Sleeping
Commit
·
ef8374e
1
Parent(s):
f84d7fa
build: updates gitignore
Browse files- .gitignore +2 -1
- chainlit.md +3 -1
.gitignore
CHANGED
@@ -3,4 +3,5 @@ __pycache__/
|
|
3 |
.chainlit
|
4 |
*.faiss
|
5 |
*.pkl
|
6 |
-
.files
|
|
|
|
3 |
.chainlit
|
4 |
*.faiss
|
5 |
*.pkl
|
6 |
+
.files
|
7 |
+
.venv
|
chainlit.md
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
#
|
|
|
|
|
|
1 |
+
# RAG app with Huggingface custom endpoints
|
2 |
+
|
3 |
+
This demonstrates a simple RAG application answering questions about blog content, using embeddings and an llm create and hosted on Hugginface Spaces.
|