Spaces:
Sleeping
Sleeping
Update raqa.py
Browse files
raqa.py
CHANGED
|
@@ -4,7 +4,6 @@ from aimakerspace.vectordatabase import VectorDatabase
|
|
| 4 |
import asyncio
|
| 5 |
|
| 6 |
|
| 7 |
-
sys.path.append(".")
|
| 8 |
|
| 9 |
text_loader = TextFileLoader("data/KingLear.txt")
|
| 10 |
documents = text_loader.load_documents()
|
|
|
|
| 4 |
import asyncio
|
| 5 |
|
| 6 |
|
|
|
|
| 7 |
|
| 8 |
text_loader = TextFileLoader("data/KingLear.txt")
|
| 9 |
documents = text_loader.load_documents()
|