changes - pratik

This commit is contained in:
rudrapratik30 2026-02-11 10:40:55 +05:30
parent f7a2d36bba
commit ecdb07bfe7
3 changed files with 6 additions and 10 deletions

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256" id="couchbase"><path fill="#ED2226" d="M128 0C57.426 0 0 57.233 0 128c0 70.574 57.233 128 128 128 70.574 0 128-57.233 128-128S198.574 0 128 0zm86.429 150.429c0 7.734-4.447 14.502-13.148 16.048-15.082 2.707-46.792 4.254-73.281 4.254-26.49 0-58.2-1.547-73.281-4.254-8.7-1.546-13.148-8.314-13.148-16.048v-49.885c0-7.734 5.994-14.888 13.148-16.049 4.447-.773 14.888-1.546 23.01-1.546 3.093 0 5.606 2.32 5.606 5.994v34.997l44.858-.967 44.858.967V88.943c0-3.674 2.514-5.994 5.608-5.994 8.12 0 18.562.773 23.009 1.546 7.347 1.16 13.148 8.315 13.148 16.049-.387 16.435-.387 33.257-.387 49.885z"></path></svg>

After

Width:  |  Height:  |  Size: 720 B

View file

@ -104,7 +104,6 @@ Removing a plugin will delete all queries associated with it from your applicati
<PluginCard pluginId="anthropic" title="Anthropic" href="/docs/marketplace/plugins/marketplace-plugin-anthropic" />
<PluginCard pluginId="bedrock" title="AWS Bedrock" href="/docs/marketplace/plugins/marketplace-plugin-aws-bedrock" />
<PluginCard pluginId="cohere" title="Cohere" href="/docs/marketplace/plugins/marketplace-plugin-cohere" />
<PluginCard pluginId="couchbase" title="Couchbase" href="/docs/marketplace/plugins/marketplace-plugin-couchbase" />
<PluginCard pluginId="gemini" title="Gemini" href="/docs/marketplace/plugins/marketplace-plugin-gemini" />
<PluginCard pluginId="huggingface" title="Hugging Face" href="/docs/marketplace/plugins/marketplace-plugin-hugging_face" />
<PluginCard pluginId="mistral" title="Mistral AI" href="/docs/marketplace/plugins/marketplace-plugin-mistral_ai" />
@ -119,6 +118,7 @@ Removing a plugin will delete all queries associated with it from your applicati
<PluginCard pluginId="pocketbase" title="Pocketbase" href="/docs/marketplace/plugins/marketplace-plugin-pocketbase" />
<PluginCard pluginId="prestodb" title="PrestoDB" href="/docs/marketplace/plugins/marketplace-plugin-Presto" />
<PluginCard pluginId="supabase" title="Supabase" href="/docs/marketplace/plugins/marketplace-plugin-supabase" />
<PluginCard pluginId="couchbase" title="Couchbase" href="/docs/marketplace/plugins/marketplace-plugin-couchbase" />
</PluginSection>
<PluginSection title="Vector Databases">

View file

@ -17,20 +17,15 @@ To connect with Couchbase, you will need the following credentials. Which you ca
- **Username**
- **Password**
<img style={{ marginBottom:'15px' }} className="screenshot-full img-full" src="/img/marketplace/plugins/couchbase/connection-v2.png" alt="Configuring Couchbase in ToolJet" />
<img className="screenshot-full img-full" src="/img/marketplace/plugins/couchbase/connection-v2.png" alt="Configuring Couchbase in ToolJet" />
### Connecting to Data API endpoint in ToolJet
To connect ToolJet with the Couchbase Data API, you must first enable the Data API access and configure authentication properly.
- **Configure Allowed IP Addresses**
For public connections, you must allow the IP address from which ToolJet will send requests. Add the required IP or CIDR block under Allowed IP Addresses.
- **Set Up Cluster Access Credentials**
Create or use existing cluster credentials to authenticate Data API requests.
- **Retrieve the Data API Endpoint URL**
Once enabled, Couchbase displays the Data API endpoint URL, which can be used as the base URL in ToolJet.
- **Configure Allowed IP Addresses**: For public connections, you must allow the IP address from which ToolJet will send requests. Add the required IP or CIDR block under Allowed IP Addresses.
- **Set Up Cluster Access Credentials**: Create or use existing cluster credentials to authenticate Data API requests.
- **Retrieve the Data API Endpoint URL**: Once enabled, Couchbase displays the Data API endpoint URL, which can be used as the base URL in ToolJet.
## Supported Operations