langchain done cli

This commit is contained in:
2026-02-03 19:51:35 +03:00
parent 351fe27cca
commit d99433d087
5 changed files with 159 additions and 2 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)