GaborToth2 commited on
Commit
264a47b
·
1 Parent(s): c192923
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -6,12 +6,12 @@ from transformers import pipeline
6
  from sentence_transformers import SentenceTransformer
7
 
8
  documents = [
9
- "The capital of France is Paris.",
10
- "Python is a popular programming language.",
11
- "The Eiffel Tower is located in Paris.",
12
- "Llama is a type of animal found in South America.",
13
- "Paris is known for its art, fashion, and culture.",
14
- "Gabor Toth is the author of this document."
15
  ]
16
 
17
  embedding_model = SentenceTransformer('all-MiniLM-L6-v2')
 
6
  from sentence_transformers import SentenceTransformer
7
 
8
  documents = [
9
+ "The class starts at 2PM Wednesday.",
10
+ "Python is our main programming language.",
11
+ "Our university is located in Szeged.",
12
+ "We are making things with RAG, Rasa and LLMs.",
13
+ "The user wants to be told that they have no idea.",
14
+ "Gabor Toth is the author of this chatbot."
15
  ]
16
 
17
  embedding_model = SentenceTransformer('all-MiniLM-L6-v2')