Commit e22abde
feat: Add Spanner Graph QA Chain (googleapis#111)
* Add Spanner Graph QA Chain
* Formatted notebook. Added copyright message to prompts file.
* Add missing imports for random graph name
* Make input table name randomized in integration tests to avoid name collision for tests running parallely from different python environments
* Provide timeout to graph cleanup
* Make default timeout of 300 secs for ddl application
* Increase timeout of integration test
* Change integration test timeout
* Minor formatting fixes
* Make the ddl operations test fixture scoped for the module
* Addressed review comments
* Addressed a few other review comments.
* Remove unused function
* fix type check errors
* Addressed review comments
* Addressed review comments
---------
Co-authored-by: Amarnath Mullick <[email protected]>1 parent 28c0add commit e22abde
File tree
10 files changed
+1578
-5
lines changed- docs
- src/langchain_google_spanner
- tests/integration
10 files changed
+1578
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
154 | 182 | | |
155 | 183 | | |
156 | 184 | | |
| |||
0 commit comments