Commit Graph

56 Commits (b978a7640276ec35dc1ec897e97c13ef6c4b62c4)
 

Author SHA1 Message Date
Saryev Rustam 71a1befd7e
Delete talk_codebase/__pycache__ directory 1 year ago
Saryev Rustam 1eb507402b
Update README.md 1 year ago
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
1 year ago
Saryev Rustam 7cb2e17c57 Create python-publish.yml 1 year ago
Saryev Rustam 5634bd9e86
Delete talk_codebase/__pycache__ directory 1 year ago
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
1 year ago