import llama_index

This commit is contained in:
ahmetkca 2023-03-01 03:36:50 -05:00
parent 92124b6bb5
commit 2ae0021d9d
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# For testing
pytest==7.2.1
pytest-dotenv==0.5.2
pytest-asyncio
# TODO: remove gpt_index after migration
https://github.com/jerryjliu/gpt_index/archive/master.zip

View File

@ -1,4 +1,4 @@
from gpt_index import Document
from llama_index import Document
import httpx
import pytest
import asyncio