Update tests for vector_store_code
This commit is contained in:
parent
24bfef99a2
commit
0bff803b91
7 changed files with 210 additions and 10 deletions
29
dev_log.md
Normal file
29
dev_log.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Development log for ReviewLlama
|
||||
|
||||
## 06-12-2025
|
||||
|
||||
- Fixed the tests for git functionality
|
||||
|
||||
## 06-16-2025
|
||||
|
||||
- Worked on the ollama integration module
|
||||
|
||||
## 06-24-2025
|
||||
|
||||
- Spent 5 minutes fixing some types for creating the Ollama chain
|
||||
|
||||
## 06-25-2024
|
||||
|
||||
- Spent time building out the llm client. I've added code up to the chat client.
|
||||
|
||||
TODOS:
|
||||
|
||||
- [x] Add tests for the basic chat client
|
||||
- [x] Update ChatClient to use a LangChain Rag pipeline
|
||||
|
||||
## 07-14-2025
|
||||
|
||||
- Implement the Rag pipeline using langchain
|
||||
- Add tests for new functionality
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue