SiddarthaRachakonda
commited on
Commit
•
ab0f9ed
1
Parent(s):
9b4b7ce
re-indexed
Browse files- app/chains.py +1 -1
app/chains.py
CHANGED
@@ -8,7 +8,7 @@ from app.prompts import (
|
|
8 |
format_context,
|
9 |
tokenizer
|
10 |
)
|
11 |
-
from data_indexing import DataIndexer
|
12 |
|
13 |
data_indexer = DataIndexer()
|
14 |
|
|
|
8 |
format_context,
|
9 |
tokenizer
|
10 |
)
|
11 |
+
from app.data_indexing import DataIndexer
|
12 |
|
13 |
data_indexer = DataIndexer()
|
14 |
|