Commit Graph

105 Commits

Author SHA1 Message Date
Saryev Rustam
1eb507402b
Update README.md 2023-05-26 15:02:35 +03:00
Saryev Rustam
589a419391 refactor: update function names and remove unused imports
- Refactor cli.py and llm.py to use new function names for create_vector_store and send_question respectively
- Remove unused imports in utils.py
2023-05-26 14:59:40 +03:00
Saryev Rustam
7cb2e17c57 Create python-publish.yml 2023-05-26 11:40:46 +03:00
Saryev Rustam
5634bd9e86
Delete talk_codebase/__pycache__ directory 2023-05-26 04:52:42 +03:00
Saryev Rustam
226203e4d9 Add CLI for chatting with OpenAI model
- Add CLI functionality for chatting with OpenAI model
- Implement  function to allow users to input OpenAI API key and model name
- Implement  function to allow users to chat with OpenAI model using retrieved documents
- Add  module to handle sending questions to OpenAI model
- Add  module to load and split text documents, create retriever, and define StreamStdOut callback class
2023-05-26 04:47:22 +03:00