mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-12-25 05:59:25 +00:00
import llama_index
This commit is contained in:
parent
92124b6bb5
commit
2ae0021d9d
@ -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
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
from gpt_index import Document
|
||||
from llama_index import Document
|
||||
import httpx
|
||||
import pytest
|
||||
import asyncio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user