Fireflies.ai Source Connector
The Fireflies.ai Source Connector allows you to integrate Fireflies.ai meeting transcripts as a data source for your pipelines. This guide explains the configuration options available when setting up this connector.
Before you begin
Before starting, you'll need:
- An API key from your Fireflies.ai account.
Configure the Connector
To configure a connector to your Fireflies.ai account:
-
Click Source Connectors from the main menu.
-
Click New Source Connector from the Source Connectors page.
-
Select the Fireflies.ai card.
-
Enter a name for your connector.
-
Enter your Fireflies.ai API key.
-
Click Create Fireflies.ai Integration.
Configuring the Fireflies.ai Connector in a RAG Pipeline
The Fireflies.ai connector provides access to your meeting transcripts, allowing you to build intelligent applications based on your conversation data.
The following table outlines the fields available when configuring a Fireflies.ai source for use within a Retrieval-Augmented Generation (RAG) pipeline.
Field | Description | Required |
---|---|---|
Start Date | Include meetings from this date forward. Format: YYYY-MM-DD. | Yes |
End Date | Include meetings up to this date only. Format: YYYY-MM-DD. | No |
Title Filter | Only include meetings with specific text in the title. Toggle between AND/OR for multiple entries. | No |
Participant's Email Filter | Include meetings where specific participants were invited. Toggle between AND/OR for multiple entries. | No |
Max Meetings | Maximum number of meetings to retrieve. Enter -1 for all available meetings. | No |
Adding Multiple Filter Values
For both Title Filter and Participant's Email Filter, you can:
- Enter a value in the field.
- Click Add to include additional filter values.
- Toggle between AND (all values must match) and OR (any value can match).
Troubleshooting
If your Fireflies.ai connector is not retrieving meeting data properly, check the following:
- API key validity: Ensure your API key is current and has the necessary permissions.
- Date range: Verify that you've set a valid date range that contains meeting data.
- Filters: If you're using title or participant filters, make sure they match the expected meeting data.
- Rate limits: Be aware that retrieving a large number of meetings might be subject to Fireflies.ai API rate limits.
If you encounter errors, try the following:
- Check that your API key was entered correctly without extra spaces
- Ensure your Fireflies.ai account has active meeting data
- Start with a smaller date range to test connectivity
What's next?
-
If you haven't yet built a connector to your vector database, go to Configuring Vector Database Connectors and select the platform you prefer to use for storing output vectors.
OR
-
If you're ready to start producing vector embeddings from your input data, head to Pipeline Basics. Select your new connector as the data source to use it in your pipeline.