Aiswarya Sankar commited on
Commit
29d27c0
·
1 Parent(s): 3e17bb4

change to llamaindex

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ global tickets
81
  global ticket_choices
82
  tickets = []
83
 
84
- repoName = "https://github.com/sphinx-doc/sphinx.git"
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