Update tests for vector_store_code

This commit is contained in:
Alex Selimov 2025-07-14 14:26:56 -04:00
parent 24bfef99a2
commit 0bff803b91
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
7 changed files with 210 additions and 10 deletions

29
dev_log.md Normal file
View 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