-
-
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
[Brain to API] #1380
Comments
🤖 Hello, Thank you for your request. Based on the context provided, I understand that you're requesting the development of a new collection type named "use_cases" in the Quivr repository. This collection type will have attributes: "Title", "Description", and "image". The "Title" and "Description" are of type string, while the "image" attribute can be of type media and can accept multiple entries of types "images", "files", "videos", and "audios". The collection type also supports the "draftAndPublish" option. To implement this feature, we would need to modify the schema.json file located at cms/quivr/src/api/use-case/content-types/use-case/schema.json to include the new collection type and its attributes. Regarding feature flags, the Quivr codebase uses the GrowthBook library for handling feature flags. You can find the implementation in the FeatureFlagsProvider.tsx file. If you want this feature to be feature flagged, you would need to add a new feature definition in the GrowthBook configuration. As for similar solved issues, I found 3 similar solved issues in the Quivr repository that might provide some insight:
Please note that these issues might not be directly related to your request, but they could provide some insight into how similar features were implemented in the past. I hope this information is helpful. If you need further clarification or have additional questions, please let me know. Best, 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. |
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion. |
api_brain_config
(aka api_neurons) to stock api configs (table)api_brain_config_secrets
to stock api_brain secretsTODO: use wording : secret_id
id
is user_id-brain_id-secret_name (from brain config)api_neurons_secrets
api_brain_config_secrets and api_brain_config and call an openai function (extend QABaseBrainPicking)AAU, when brain type is api_based, i dont see knowledge tab
AAU, i can delete my ap_based brain
Notes:
The text was updated successfully, but these errors were encountered: