Cli with ping for llamaindex

This commit is contained in:
2026-02-04 00:59:01 +03:00
parent 86fd643e66
commit fa26d77520
3 changed files with 198 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ Chosen data folder: relatve ./../../../data - from the current folder
# Phase 1 (cli entrypoint)
- [x] Create virtual env in the `venv` folder in the current directory.
- [ ] Create cli.py file, with the usage of `click` python library. Make default command "ping" which will write output "pong"
- [x] Create cli.py file, with the usage of `click` python library. Make default command "ping" which will write output "pong"
# Phase 2 (installation of base framework for RAG solution and preparation for data loading)