-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Composite Brain] AAU, I can create a composite brain from the brain creation module #1832
Comments
🤖 Hello again, @gozineb! Great to see you contributing to Quivr repository once more. Based on the information available in the Quivr repository, it is indeed possible to create a composite brain using the brain creation module. The process involves managing connections between brains in a composite brain using the The exact process of creating a composite brain in Quivr involves several steps, including logging in to the application, accessing the brain management interface, adding a new brain, and filling in the necessary details. This process is represented in the TypeScript code in the createBrain.ts file. As for the structure of a "brain" in the Quivr codebase, it is defined as a I hope this information helps! If you have any more questions or need further clarification, feel free to ask. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Issue: #1832 Demo: https://github.com/StanGirard/quivr/assets/63923024/e9c0e9b8-04b1-4f12-a8ef-b27f0f489e48 <img width="1503" alt="Screenshot 2023-12-06 at 15 23 12" src="https://github.com/StanGirard/quivr/assets/63923024/11e6960b-c1c3-4abf-aeed-c226f034246f"> <img width="1503" alt="Screenshot 2023-12-06 at 15 23 23" src="https://github.com/StanGirard/quivr/assets/63923024/09681a9d-ce2e-42bb-8151-1986e27f7312">
Issue: QuivrHQ/quivr#1832 Demo: https://github.com/StanGirard/quivr/assets/63923024/e9c0e9b8-04b1-4f12-a8ef-b27f0f489e48 <img width="1503" alt="Screenshot 2023-12-06 at 15 23 12" src="https://github.com/StanGirard/quivr/assets/63923024/11e6960b-c1c3-4abf-aeed-c226f034246f"> <img width="1503" alt="Screenshot 2023-12-06 at 15 23 23" src="https://github.com/StanGirard/quivr/assets/63923024/09681a9d-ce2e-42bb-8151-1986e27f7312">
The What
Add a CompositeBrainConnections component
Upon arrival:

On click on + button:
Update sdk (brain crea
The text was updated successfully, but these errors were encountered: