Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into nadeesha/data-connect…
Browse files Browse the repository at this point in the history
…or-sqlite
  • Loading branch information
nadeesha committed Dec 3, 2024
2 parents 9704c2d + f64f2d0 commit f231c53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ Inferable Data Connector is a bridge between your data systems and Inferable. Co
- [x] [OpenAPI](./src/open-api/open-api.ts)
- [x] [GraphQL](./src/graphql/graphql.ts)
- [x] [MySQL](./src/mysql/mysql.ts)
<<<<<<< HEAD
- [x] [SQLite](./src/sqlite/sqlite.ts)
- [ ] [MongoDB](./src/mongodb/mongodb.ts)
- [ ] [Big Query](./src/big-query/big-query.ts)
- [ ] [Google Sheets](./src/google-sheets/google-sheets.ts)
=======
- [ ] [SQLite](./src/sqlite/sqlite.ts)
>>>>>>> origin/main
## Quick Start

Expand Down Expand Up @@ -134,13 +138,16 @@ Each connector is defined in the `config.connectors` array.

</details>

<<<<<<< HEAD
<details>
<summary>SQLite Connector Configuration</summary>

- `config.connectors[].filePath`: The path to your SQLite database file. (e.g. `/path/to/your/database.sqlite`)

</details>

=======
>>>>>>> origin/main
### config.privacyMode

When enabled (`config.privacyMode=1`), raw data is never sent to the model. Instead:
Expand Down

0 comments on commit f231c53

Please sign in to comment.