Working chat with AI agent with retrieving data
This commit is contained in:
@@ -36,6 +36,6 @@ Chosen data folder: relatve ./../../../data - from the current folder
|
||||
|
||||
# Phase 6 (chat feature, as agent, for usage in the cli)
|
||||
|
||||
- [ ] Create file `agent.py`, which will incorporate into itself agent, powered by the chat model. It should use integration with ollama, model specified in .env in property: OLLAMA_CHAT_MODEL
|
||||
- [ ] Integrate this agent with the existing solution for retrieving, with retrieval.py
|
||||
- [ ] Integrate this agent with the cli, as command to start chatting with the agent. If there is a built-in solution for console communication with the agent, initiate this on cli command.
|
||||
- [x] Create file `agent.py`, which will incorporate into itself agent, powered by the chat model. It should use integration with ollama, model specified in .env in property: OLLAMA_CHAT_MODEL
|
||||
- [x] Integrate this agent with the existing solution for retrieving, with retrieval.py
|
||||
- [x] Integrate this agent with the cli, as command to start chatting with the agent. If there is a built-in solution for console communication with the agent, initiate this on cli command.
|
||||
|
||||
Reference in New Issue
Block a user