Commit Graph

  • 351b8b52b1 embeddings: Fix BatchTexts function (#453) Jay Lalakiya 2023-12-24 03:17:11 +05:30
  • d305b18255 fixes lint checks Jay Lalakiya 2023-12-21 18:53:07 +05:30
  • 7b865a4982 Add ids to the return when adding documents in any vectorstore Jay Lalakiya 2023-12-21 18:21:42 +05:30
  • 213b9dca74 examples: Update langchaingo to v0.1.1 (#445) Travis Cline 2023-12-20 13:40:03 -08:00
  • 560f27812e deps: Update x/crypto (#444) v0.1.1 Travis Cline 2023-12-20 12:04:19 -08:00
  • 55f772c21a Docs: fix comment typo (#442) chyroc 2023-12-21 03:57:37 +08:00
  • 5eb184f48d feat: read OPENAI_API_BASE env to compatible with langchain (#437) chyroc 2023-12-21 03:56:25 +08:00
  • 4825e45403 feat: use WithCallback to set openai callback option (#438) chyroc 2023-12-21 03:56:16 +08:00
  • a5e1d6017c fix: remove suffix slash from openai base url (#436) chyroc 2023-12-21 03:52:42 +08:00
  • dcae4f66a6 pgvector: Fix DropTable Function (#441) Mehul Shah 2023-12-20 11:50:24 -08:00
  • 6ad961ac14 pgvector: support postgres schema (#439) Rey David Dominguez Soto 2023-12-20 13:34:16 -06:00
  • eb17026117 test: fix api chain test error (#414) (#434) Bruce Bai 2023-12-20 05:48:48 +08:00
  • fe6bcd51bf Merge pull request #413 from tmc/fixcomm Aksel 2023-12-18 18:39:49 +01:00
  • 895418c8c0 Clean up comments in chat_message_history Eli Bendersky 2023-12-16 06:33:38 -08:00
  • 4200608a75 chore: cleanup temporary files Travis Cline 2023-12-13 13:41:00 -08:00
  • a5b739aa66 deps: Run go mod tidy Travis Cline 2023-12-13 00:07:29 -08:00
  • 4b61176cd0 examples: Fix typo Travis Cline 2023-12-12 20:49:43 -08:00
  • 1c8e491300 examples: Use v0.1.0 Travis Cline 2023-12-12 20:42:59 -08:00
  • c97f566a86 docs: Fix docs building v0.1.0 Travis Cline 2023-12-12 20:31:27 -08:00
  • b0c827511c examples: Update langchaingo version in examples Travis Cline 2023-12-12 20:09:40 -08:00
  • aee820e3bb ollama: Add use of new chat endpoint (#406) Travis Cline 2023-12-12 20:08:14 -08:00
  • ed0536f392 vectorstores: add pgvector (#377) Abirdcfly 2023-12-13 08:31:09 +08:00
  • 00f364f27f embeddings: remove TEI embeddings client. (#396) Jeremy 2023-12-09 15:48:32 -06:00
  • c997babc7b documentloaders: add notion directory loader (#401) Semih Berkay Öztürk 2023-12-10 00:47:01 +03:00
  • 71f182a7cf LLM: Integration of ERNIE-Bot-8K Model (#402) sxk 2023-12-10 05:46:27 +08:00
  • e6c0ed45f2 openai message: support function call in client messages (#403) fatedier 2023-12-10 05:45:58 +08:00
  • af36340149 workflow: run CI on pushes to main branch, not other branches (#399) Eli Bendersky 2023-12-04 22:41:23 -08:00
  • 0217b032f0 workflow: fix publish-docs workflow error (#398) Eli Bendersky 2023-12-04 16:58:42 -08:00
  • 631c26cfa7 Delete binary file that was committed by mistake (#397) Eli Bendersky 2023-12-04 16:20:18 -08:00
  • 357a3b5d3b embeddings: add example of proper usage, and tweak doc.go accordingly (#393) Eli Bendersky 2023-12-01 13:05:51 -08:00
  • 4bb28402cf embeddings: use NewEmbedder for Ernie embeddings (#392) Eli Bendersky 2023-12-01 12:25:37 -08:00
  • f2439a3cf9 embeddings: use NewEmbedder for Vertex embeddings (#391) Eli Bendersky 2023-12-01 11:55:28 -08:00
  • 7dd3fd2a1c embeddings: new NewEmbedder for Ollama embeddings Eli Bendersky 2023-12-01 11:38:41 -08:00
  • 352b0ec3e3 Update README.md (#387) Travis Cline 2023-12-01 10:31:15 -08:00
  • d5d8a3e13d examples/pinecone-vectorstore-example: use new embedder (#386) Eli Bendersky 2023-11-30 21:53:57 -08:00
  • fc033c3471 embeddings: use NewEmbedder for OpenAI embeddings (#385) Eli Bendersky 2023-11-30 17:28:12 -08:00
  • c1d8f5f1ae Simplify milvus example (#383) Jeremy 2023-11-30 16:34:34 -06:00
  • 669c93d31d embeddings: TEI input truncation (enhancement) (#384) Jeremy 2023-11-30 16:32:54 -06:00
  • cda53c9ed7 examples: fix milvus example to not ask to run ollama (#381) Travis Cline 2023-11-30 08:31:46 -08:00
  • fa74369a81 examples: update examples (#380) Travis Cline 2023-11-30 08:04:43 -08:00
  • 721e152d74 vectorstores: add Milvus (#352) Jeremy 2023-11-30 09:57:55 -06:00
  • 1156076de1 LLM: Add support for Ernie chat_completions (#355) sxk 2023-11-30 23:53:52 +08:00
  • 0e8d6dcea3 examples: move go.work creation to root (#378) Eli Bendersky 2023-11-30 07:27:19 -08:00
  • 3d030fcbb3 embeddings: refactor embedding interfaces to enable creation from Chat and LLM (#374) Eli Bendersky 2023-11-30 07:24:31 -08:00
  • a1d183f61b build(deps): bump axios, @docusaurus/core and @docusaurus/preset-classic in /docs (#366) dependabot[bot] 2023-11-25 11:54:03 -08:00
  • 11a9bc33be readme: Fix discord link Travis Cline 2023-11-25 11:51:59 -08:00
  • db9fe9ee62 github: Run docs only on main Travis Cline 2023-11-25 11:49:02 -08:00
  • cb4445f7fb examples/ernie-completion-examples: make this example a separate module part 2 (#367) Eli Bendersky 2023-11-25 11:42:32 -08:00
  • 0ceee6e7cd examples/ernie-completion-examples: make this example a separate module (#365) Eli Bendersky 2023-11-22 11:16:01 -08:00
  • 1702d7317e embeddings: use EmbedderClient for ernie embeddings (#363) Eli Bendersky 2023-11-21 10:57:39 -08:00
  • 7ad3f13436 embeddings: remove unnecessary mostly-duplicated implementations (#362) Eli Bendersky 2023-11-21 10:37:23 -08:00
  • f529ffe5f8 embeddings: use EmbedderClient for openai embeddings (#359) Eli Bendersky 2023-11-20 20:17:35 -08:00
  • 0a47b26808 embeddings: use EmbedderClient for ollama embeddings (#360) Eli Bendersky 2023-11-20 20:17:25 -08:00
  • 982626a08d embeddings: refactor EmbedderClient interface to reduce code duplication (#358) Eli Bendersky 2023-11-19 21:29:58 -08:00
  • 9ab665a05a embedding/openai: fix method-dependent embedding discrepancy (#357) Eli Bendersky 2023-11-18 11:53:05 -08:00
  • 4c83e64a14 llms: add enum for ernie 4.0 API path (#350) leehaoze 2023-11-11 01:43:29 +08:00
  • 543f504f47 agents: add parser error handler (#345) Aksel 2023-11-07 06:45:54 +01:00
  • ec6cbd9644 serpapi: remove unnecessary replacement from url (#344) Ismail 2023-11-07 06:26:34 +06:00
  • ba41483f6c examples: Add gpt4 turbo example (#349) Travis Cline 2023-11-06 19:25:18 -05:00
  • 36f399f058 callbacks: handle streaming func (#347) Šimun Strukan 2023-11-07 01:22:48 +01:00
  • 91f0639750 make: Update golangci-lint version in make helper Travis Cline 2023-10-29 17:26:31 -07:00
  • 80f9027554 fix: golangci-lint v1.55 errors Ismail 2023-10-30 00:04:23 +06:00
  • e1be2fd3ab ci: Pin golangci-lint to 1.55 Ismail 2023-10-29 23:22:52 +06:00
  • f5460c433b Update docusaurus.config.js Travis Cline 2023-10-28 17:39:23 -07:00
  • 58d91f5b0e docs: Minor tweak Travis Cline 2023-10-28 17:26:18 -07:00
  • f984c167b2 readme: Add link to docs site Travis Cline 2023-10-28 17:24:25 -07:00
  • 89c395b5d9 docs: Simplify quickstart material Travis Cline 2023-10-28 17:17:10 -07:00
  • b550f9d663 docs: Minor edits to ollama guide Travis Cline 2023-10-28 17:03:03 -07:00
  • be4db38357 docs: Add docs publishing, include Ollama quickstart guide. (#342) Travis Cline 2023-10-28 16:45:53 -07:00
  • 6d5ec4afec examples: Include full path in examples Travis Cline 2023-10-28 15:46:49 -07:00
  • d933d99f91 example: Sync Travis Cline 2023-10-28 15:36:11 -07:00
  • 2cafc2708d example: Sync Travis Cline 2023-10-28 15:34:10 -07:00
  • 3fd51d9358 Adding ollama support (#327) Cyril Peponnet 2023-10-28 15:28:58 -07:00
  • ff1c149ba9 build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#330) dependabot[bot] 2023-10-28 21:54:14 +00:00
  • e4c8d09907 Update README.md (#338) Travis Cline 2023-10-28 14:52:54 -07:00
  • 86697ede72 ci: Pin golangci-lint to 1.54 (#340) Travis Cline 2023-10-28 14:48:23 -07:00
  • 8d9bb2c9e6 examples: Sync and update deps Travis Cline 2023-10-28 14:33:04 -07:00
  • f2757a0f0b build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /docs (#326) dependabot[bot] 2023-10-20 13:58:06 -07:00
  • 225316c84e chains: added constitutional chain. refactored few shot prompt (#316) Amir Karimi 2023-10-19 17:39:56 +03:30
  • b5f5c3f8ec vectorstores: disable debug in chromadb client (#324) bjwswang 2023-10-18 05:20:09 +08:00
  • bfa040eb1a examples: sync to main Travis Cline 2023-10-16 00:36:20 -07:00
  • 1831d0e175 deps: update golang.org/x/net Travis Cline 2023-10-16 00:34:49 -07:00
  • f98c64effe build(deps): bump postcss from 8.4.24 to 8.4.31 in /docs (#309) dependabot[bot] 2023-10-16 00:19:30 -07:00
  • 98ec648984 bugfix: openai fix model option (#319) Saerdna 2023-10-16 15:18:56 +08:00
  • 7c8a1bed5f vectorstore: openai apikey is must required only when embedder is nil (#318) bjwswang 2023-10-15 05:22:51 +08:00
  • c5fe58eadb vectorstores: Add remote chroma "vectorstore" adapter (#282) Marty Ross 2023-09-29 09:05:25 -07:00
  • e3b6d21f56 textsplitter: add markdown header text splitter (#274) Edocevol 2023-09-28 03:07:05 +08:00
  • 6cfe92cfda schema: add score attribute to document type to allow similarity score to be returned from vector search (#298) Colin Duggan 2023-09-27 20:04:53 +01:00
  • 19ac3c2244 refactor vertexai context prompt implementation (#299) Redan Esconde 2023-09-28 03:04:31 +08:00
  • 417e048137 Adding []interface{} to mergedParams array for VertexAI (#300) Christoph Grotz 2023-09-27 21:03:29 +02:00
  • bbda0f9c7a fix: model selection and throwing exceptions (#302) David 2023-09-28 03:03:10 +08:00
  • 6cf420d7e2 bugfix: add missing FinishReason when streaming (#303) Alexander Kledal 2023-09-27 21:02:11 +02:00
  • 0b04120e63 vertexai/embeddings: Fix VertexAI embeddings (#301) Nikola Zivkovic 2023-09-25 22:44:14 +02:00
  • c94abc8e1e embeddings/vertexai: fix small api issue Travis Cline 2023-09-24 15:40:12 -07:00
  • dd671f1d64 examples: Sync langchaingo version Travis Cline 2023-09-24 15:35:38 -07:00
  • 4dac573d3b examples: Sync langchaingo version Travis Cline 2023-09-24 15:34:26 -07:00
  • 1c87838fe7 embeddings: use float32 throughout (#297) Travis Cline 2023-09-24 15:32:18 -07:00
  • 7162d66b1b Added stop_sequences support to vertexai client (#296) Christoph Grotz 2023-09-25 00:16:10 +02:00
  • 2c309cf279 callback-handler: Callback handler for HandleRetrieverEnd (#295) Nikola Zivkovic 2023-09-23 19:29:51 +02:00
  • f2d6750174 add context prompt in vertexai chat (#293) Redan Esconde 2023-09-23 01:18:16 +08:00