panoratech / Panora

One API to connect your data sources to your LLMs
https://docs.panora.dev
Apache License 2.0
929 stars 190 forks source link

List all connection_strategies.type in a table #340

Open rflihxyz opened 7 months ago

rflihxyz commented 7 months ago

A "connection strategy" is an entity that contains all the necessary data to establish a oauth (or other) connection to support connections of behalf of others.

Strategies can be general protocols: OAUTH2, API_KEY

Or vendor-specific: PIPEDRIVE_CLOUD_OAUTH, PIPEDRIVE_CLOUD_API, HUBSPOT_CLOUD

naelob commented 7 months ago

We must establish a way to name the field type in this new table.

{providername}{softwaremode}{authentication_mode}

where

naelob commented 7 months ago

@rflihxyz please as well add a active field in this new table as users may add their credentials but toggle off the option to use them at any time in the UI.