Skip to main content

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:

  1. Click Source Connectors from the main menu.

  2. Click New Source Connector from the Source Connectors page.

  3. Select the Fireflies.ai card.

    Fireflies.ai Card

  4. Enter a name for your connector.

  5. Enter your Fireflies.ai API key.

  6. 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.

Configuring Fireflies.ai for RAG Pipeline

The following table outlines the fields available when configuring a Fireflies.ai source for use within a Retrieval-Augmented Generation (RAG) pipeline.

FieldDescriptionRequired
Start DateInclude meetings from this date forward. Format: YYYY-MM-DD.Yes
End DateInclude meetings up to this date only. Format: YYYY-MM-DD.No
Title FilterOnly include meetings with specific text in the title. Toggle between AND/OR for multiple entries.No
Participant's Email FilterInclude meetings where specific participants were invited. Toggle between AND/OR for multiple entries.No
Max MeetingsMaximum 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:

  1. Enter a value in the field.
  2. Click Add to include additional filter values.
  3. 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:

  1. API key validity: Ensure your API key is current and has the necessary permissions.
  2. Date range: Verify that you've set a valid date range that contains meeting data.
  3. Filters: If you're using title or participant filters, make sure they match the expected meeting data.
  4. 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:

  1. Check that your API key was entered correctly without extra spaces
  2. Ensure your Fireflies.ai account has active meeting data
  3. 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.

Was this page helpful?