Kurtis Van Gent
9ab4dcceac
chore(docs): correct reference to auth params ( #278 )
2025-02-06 10:32:42 -07:00
Twisha Bansal
8c9305c4c8
chore(docs): fix quickstart ( #276 )
2025-02-06 04:40:48 -07:00
Kurtis Van Gent
cd4b35e108
chore: make docs public ( #274 )
2025-02-05 21:32:39 -07:00
Kurtis Van Gent
59b4282adb
chore: update README and move to docs site ( #273 )
...
Updates the README and pushes doc site changes.
2025-02-06 04:01:54 +00:00
Yuan
5fedbde87c
chore: remove sdks and doc fixes ( #271 )
...
Remove `/sdks` folder and fix README file.
Update quickstart to remove installing python package from git repo.
2025-02-06 00:24:52 +00:00
Yuan
2d80922900
doc: fix typo for quickstart ( #270 )
2025-02-05 23:58:53 +00:00
Anubhav Dhawan
21eef2e198
fix: Update README and quickstart with the correct async APIs. ( #269 )
2025-02-05 22:39:24 +00:00
Kurtis Van Gent
2a78de8f46
chore: add FAQ ( #268 )
...
Adds a simple FAQ.
---------
Co-authored-by: Averi Kitsch <akitsch@google.com >
2025-02-05 22:31:51 +00:00
Anubhav Dhawan
1e0dd04f32
doc: update READMEs for sync/async ( #237 )
...
Follows
https://github.com/googleapis/genai-toolbox-langchain-python/pull/15
2025-02-05 15:19:25 -07:00
Kurtis Van Gent
91b134a2a3
chore: move telemetry and deploy pages ( #263 )
2025-02-04 19:51:24 -07:00
Kurtis Van Gent
a402c9e670
chore: improve quickstart ( #262 )
...
Improves the quick start to mention more Chat Models, and uses info boxes now that they are added.
2025-02-04 15:09:24 -07:00
Kurtis Van Gent
1104ec9668
chore: move AuthSources to new docsite ( #236 )
...
Migrations the AuthSources parts of the documentation to the new
docsite.
2025-02-04 19:26:12 +00:00
Kurtis Van Gent
77a9999a24
chore: migrate tools to docsite ( #235 )
...
This migrates the 'tools' documentation to the new docsite.
2025-02-04 19:18:35 +00:00
Yuan
b578e6ce89
docs(mssql): add docs for source ( #256 )
...
Add docs for `mssql` source, and update for `mssql-sql` tool.
2025-02-03 18:34:01 +00:00
Shivaji Kharse
617cc872d1
feat: add dgraph tool and source ( #233 )
...
* add dgraph tool and source
2025-02-01 15:32:06 -07:00
Yuan
5f9fc762e5
docs(mysql): add docs for source ( #251 )
...
Add docs for `mysql` source.
2025-01-31 19:07:41 +00:00
Yuan
b0ecc16a43
docs(cloudsql-pg): fix typos ( #247 )
...
Fix typos in cloud sql pg docs.
2025-01-29 15:04:54 -08:00
Yuan
a7b4f20c3c
docs(cloudsql-mssql): fixing some typo and add doc to github pages ( #246 )
...
Fixing typo to be consistent with other cloudsql docs, and add source
docs to github pages.
2025-01-29 22:45:55 +00:00
Yuan
a900e562d6
docs(cloudsql-mysql): add docs for source and tools ( #240 )
...
Add docs for `cloud-sql-mysql` source and `mysql-sql` tool.
2025-01-29 14:41:40 -08:00
Kurtis Van Gent
497fb06fae
feat: add local quickstart ( #232 )
...
This is a continuation of #218 , which add a local quickstart for running
Toolbox with Python and LangGraph.
---------
Co-authored-by: Twisha Bansal <twishabansal@google.com >
Co-authored-by: Anubhav Dhawan <anubhav756@gmail.com >
2025-01-24 12:18:19 -07:00
Wenxin Du
9bad952060
feat: Add Cloud SQL for SQL Server Source and Tool ( #223 )
...
1. `sql/database` provides a `Scan()`interface to scan query results
into typed variables. Therefore we have to create a slice of typed
variables (types retrieved from rows.ColumnTypes()) to pass them into
`Scan()`. Using []byte works but makes the printing result different
from other tools (e.g [1] instead of %!s(int32=1)]
2. MS SQL supports both named (e.g @name) and positional args (e.g @p2),
so we have to check if the name is contained in the original statement
before passing them into `db.Query()` as either named arg or as values.
2025-01-23 21:21:12 +08:00
Kurtis Van Gent
1de3853006
chore: move sources documentation to docsite ( #225 )
...
Migrates the docs/sources documentation to the new docsite.
---------
Co-authored-by: Anubhav Dhawan <anubhav756@gmail.com >
2025-01-22 16:57:06 +00:00
Kurtis Van Gent
141cae7702
docs: add site for hosting docs on github pages ( #204 )
...
Adds a static site generation using Hugo, and deployed to GitHub pages
(googleapis.github.io/genai-toolbox).
2025-01-13 15:37:31 -07:00