CryptVentures

Results 5 comments of CryptVentures

I index codebases into embedchain - would be a great addition to be able to remove / delete data from files that have been deleted in the codebase. Or reindex...

Tried this code, seems to have worked- any thoughts? ``` def get_full_file_path(self, file_path: str, file_name: str) -> (str, str): """ Combine file path and name into a full file path....

I confirm this is an issue with all of the generations I have been doing with Sonnet-3.5. Any fixes?

Got this working - updated code_monkey Agent as follows: from os.path import basename import re from pydantic import BaseModel, Field from core.agents.base import BaseAgent from core.agents.convo import AgentConvo from core.agents.response...