Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
29d27c0
1
Parent(s):
3e17bb4
change to llamaindex
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ global tickets
|
|
| 81 |
global ticket_choices
|
| 82 |
tickets = []
|
| 83 |
|
| 84 |
-
repoName = "https://github.com/
|
| 85 |
|
| 86 |
embeddings = OpenAIEmbeddings(disallowed_special=())
|
| 87 |
|
|
|
|
| 81 |
global ticket_choices
|
| 82 |
tickets = []
|
| 83 |
|
| 84 |
+
repoName = "https://github.com/jerryjliu/llama_index.git"
|
| 85 |
|
| 86 |
embeddings = OpenAIEmbeddings(disallowed_special=())
|
| 87 |
|