-
-
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
feat: add api_brain_definition table #1601
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/backend/repository/api_brain_definition/add_api_brain_definition.py The Risk Level 3 - /home/runner/work/quivr/quivr/backend/models/databases/supabase/api_brain_definition.py The try:
response = self.db.table(\"api_brain_definition\").insert(
[{\"brain_id\": str(brain_id), **config.dict()}]
)
except Exception as e:
print(f\"An error occurred: {e}\")
return None Risk Level 5 - /home/runner/work/quivr/quivr/backend/models/ApiBrainDefinition.py The 🔧💬🔒 Powered by Code Review GPT |
6293407
to
5feaecf
Compare
5feaecf
to
8e49b6f
Compare
8e49b6f
to
3f31638
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.108 (2023-11-07) ## What's Changed * feat: add api_brain_definition table by @mamadoudicko in #1601 * feat: add brain_type column to brain table by @mamadoudicko in #1603 * feat: supabase vault by @gozineb in #1605 **Full Changelog**: v0.0.107...v0.0.108 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.108 (2023-11-07) ## What's Changed * feat: add api_brain_definition table by @mamadoudicko in QuivrHQ/quivr#1601 * feat: add brain_type column to brain table by @mamadoudicko in QuivrHQ/quivr#1603 * feat: supabase vault by @gozineb in QuivrHQ/quivr#1605 **Full Changelog**: QuivrHQ/quivr@v0.0.107...v0.0.108 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Issue: #1549