Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 800 lines of code and READMe #1

Merged
merged 6 commits into from
Apr 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete llama index call
  • Loading branch information
liyin2015 committed Apr 20, 2024
commit 8e5271bdd7da7aabd4c815dec9601c24df0e40fd
6 changes: 0 additions & 6 deletions lightrag/light_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@


from llama_index.core.node_parser import SentenceSplitter
from llama_index.core.extractors import (
TitleExtractor,
QuestionsAnsweredExtractor,
)
from llama_index.core.node_parser import TokenTextSplitter
from llama_index.core.ingestion import IngestionPipeline


dotenv.load_dotenv(dotenv_path=".env", override=True)
Expand Down