Technologic101 commited on
Commit
ef8374e
·
1 Parent(s): f84d7fa

build: updates gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. 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
- # FILL OUT YOUR CHAINLIT MD HERE WITH A DESCRIPTION OF YOUR APPLICATION
 
 
 
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.