File extensions and libraries for llamaindex
This commit is contained in:
@@ -80,8 +80,8 @@ This is a Retrieval Augmented Generation (RAG) solution built using LlamaIndex a
|
||||
|
||||
### Phase 2: Framework Installation
|
||||
- [x] LlamaIndex installation
|
||||
- [ ] Data folder analysis and EXTENSIONS.md creation
|
||||
- [ ] Required loader libraries installation
|
||||
- [x] Data folder analysis and EXTENSIONS.md creation
|
||||
- [x] Required loader libraries installation
|
||||
|
||||
### Phase 3: Vector Storage Setup
|
||||
- [ ] Qdrant library installation
|
||||
@@ -113,9 +113,9 @@ llamaindex/
|
||||
├── enrichment.py # Document loading and processing (to be created)
|
||||
├── retrieval.py # Search and retrieval functionality (to be created)
|
||||
├── agent.py # Chat agent implementation (to be created)
|
||||
├── EXTENSIONS.md # Supported file extensions and loaders (to be created)
|
||||
├── EXTENSIONS.md # Supported file extensions and loaders
|
||||
├── .env.dist # Environment variable template
|
||||
├── .env # Local environment variables (git-ignored)
|
||||
├── .env # Local environment variables
|
||||
├── logs/ # Log files directory
|
||||
│ └── dev.log # Main log file with rotation
|
||||
└── PLANNING.md # Project planning document
|
||||
|
||||
Reference in New Issue
Block a user