You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Saryev Rustam 9b9a834941 Update text splitter to use recursive character text splitter
- Update  to use  instead of  for splitting documents.
- This change was made to improve document splitting and increase the number of documents available for processing.
1 year ago
.github
talk_codebase Update text splitter to use recursive character text splitter 1 year ago
.gitignore
README.md update README.md 1 year ago
poetry.lock feat: add cost calculation and approval prompt for vector store creation 1 year ago
pyproject.toml Update text splitter to use recursive character text splitter 1 year ago
requirements.txt feat: add cost calculation and approval prompt for vector store creation 1 year ago

README.md

talk-codebase is a powerful tool for chatting with your codebase

Node.js Package

chat

Installation

pip install talk-codebase

Usage

talk-codebase works only with files of popular programming languages and additionally with .txt files. All other files will be ignored.

# Start chatting with your codebase
talk-codebase chat <directory>

# Configure
talk-codebase configure

# Help
talk-codebase --help

Requirements