Adding Multiple code bases at once
Opened this issue · 0 comments
Describe the bug
I have a parent folder that contains 3 folders/repos.
I am trying to use this command: gpt-code-assistant create-project <project-name> <path-to-codebase>
where path-to-codebase is the path to the parent file. The Indexing freezes at 808/809. I want to know if theres a way to have a code assistant that is capable of gaining context on all 3 repos since they all work together.
To Reproduce
Steps to reproduce the behavior:
- Create multiple repos with code within them. So lets say Test1, Test2, Test3.
- Aggregate them into 1 parent folder for example a folder called Test that contains the 3 repos from Step 1.
gpt-code-assistant create-project Code-Assistant <path-to-Test>
Expected behavior
I expect the code assistant to create a new project and be able to answer queries about all 3 repos.
Screenshots
This is an image of the embedding freezing during project creation
This is an image of the Parent folder that contains 3 different repos.
Desktop (please complete the following information):
- OS: [e.g. iOS] IOS macOS Ventura
- Version [e.g. 22] 13.2.1
Additional context
Add any other context about the problem here.