-
Notifications
You must be signed in to change notification settings - Fork 19
Source Update #6
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
Open
owolabi-develop
wants to merge
40
commits into
ContextData:main
Choose a base branch
from
owolabi-develop:contrib_dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d36df67
add apache cassandra astra as source
owolabi-develop 5d47ca5
add bigquery and airtable
owolabi-develop a2a6663
add test case for all sources
owolabi-develop ce01cd3
removed atlas db source
owolabi-develop d74c741
Merge branch 'ContextData:main' into main
owolabi-develop b4a8e39
updated base module import
owolabi-develop f723233
update airtablesource url to default https://api.airtable.com/v0/
owolabi-develop 566b3fe
Merge branch 'ContextData:main' into contrib_dev
owolabi-develop 939ae28
added hubspot source
owolabi-develop ff45f2f
added zoho crm source
owolabi-develop fb47e02
added zoho desk
owolabi-develop 07775e6
added intercom source
owolabi-develop 9005c5b
added paystack source
owolabi-develop 5c8e47b
added flutterwave source
owolabi-develop cc0bf92
added sources flutterwave,hubspot,zoho,paystack
owolabi-develop 2d6f4ec
added sources flutterwave,hubspot,zoho,paystack
owolabi-develop 1224c77
Merge branch 'ContextData:main' into contrib_dev
owolabi-develop 8c4f8fb
add 6 sources
owolabi-develop 62db1dd
Merge branch 'contrib_dev' of https://github.com/owolabi-develop/Vect…
owolabi-develop 86764eb
added gmail source
owolabi-develop 5155ae5
added gmail source
owolabi-develop 1474ab3
added mailchipsource
owolabi-develop d21089a
update requirements.txt file
owolabi-develop 0ab6944
Merge branch 'ContextData:main' into contrib_dev
owolabi-develop bf890c2
updates airtable loader
owolabi-develop 04eb088
Merge branch 'contrib_dev' of https://github.com/owolabi-develop/Vect…
owolabi-develop fb45322
updated bigquery
owolabi-develop 2d4b775
update source config file
owolabi-develop 2ceefa8
update source config file
owolabi-develop a591af4
update setup
owolabi-develop 2ecdd07
update hubspot source to raise valueerror is limit value is greater …
owolabi-develop 7104583
added DigitalOcean Source
owolabi-develop 8354c17
added digitalOcean Source Type
owolabi-develop 81728af
updated digitalOcean source
owolabi-develop 978ade3
updated digitalOcean source
owolabi-develop 4e754e9
remove secrete
owolabi-develop d59de56
updated base module import
owolabi-develop 8e5dda3
remove secret key
owolabi-develop a3ff626
accept incoming merged changes
owolabi-develop 9c04871
added airtable, hubspot, digitalocean and intercom sources sample ya…
owolabi-develop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| source: | ||
| source_data_type: "AirTable" | ||
| auth_token: "" | ||
| baseId: "sales" | ||
| tableIdOrName: "" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| source: | ||
| source_data_type: "FlutterWave" | ||
| secret_key: "" | ||
| records: "flutterwave.payout-subaccounts" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| source: | ||
| source_data_type: "Gmail" | ||
| credentisla: "" | ||
| gmail.label: 'IMPORTANT' | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| source: | ||
| source_data_type: "Google BigQuery" | ||
| google_application_credentials: "" | ||
| query: "" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| source: | ||
| source_data_type: "HubSpot" | ||
| archive: "" | ||
| limit: "" | ||
| client_secret: "" | ||
| access_token: "" | ||
| crm_object: "" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| source: | ||
| source_data_type: "InterCom" | ||
| token: "FlutterWave" | ||
| records: "intercom.teams" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| source: | ||
| source_data_type: "PayStackS" | ||
| paystack_secret_key: "" | ||
| records: "paystack.transactions" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| source: | ||
| source_data_type: "ZohoCrm" | ||
| grant_type: "" | ||
| client_id: "" | ||
| client_secret: "" | ||
| code: "" | ||
| per_page: "" | ||
| records: "" | ||
| accounts_url: "" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| source: | ||
| source_data_type: "ZohoDesk" | ||
| grant_type: "" | ||
| client_id: "" | ||
| client_secret: "" | ||
| code: "" | ||
| per_page: "" | ||
| records: "" | ||
| accounts_url: "" | ||
|
|
||
| embedding: | ||
| embedding_model: "OpenAI" | ||
| api_key: "" | ||
| model_name: "text-embedding-ada-002" | ||
|
|
||
| target: | ||
| target_database: "Pinecone" | ||
| pinecone_api_key: "" | ||
| index_name: "" | ||
| dimension: 1536 #[Optional] Only required if creating a new index | ||
| metric: "cosine" #[Optional] Only required if creating a new index | ||
| cloud: "aws" #[Optional] Only required if creating a new index | ||
| region: "us-east-1" #[Optional] Only required if creating a new index | ||
|
|
||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling mistake in source: credentials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the main time we have removed gmail source