Commit Graph

  • 3b7175ca4b Merge pull request #646 from AshDevFr/chroma-openai-org-id Travis Cline 2024-03-06 16:56:09 -08:00
  • 7947f6dbb0 chore: Refactor Chroma to change functions name unsing OpenAi to use OpenAI Sylvain Cau 2024-03-06 16:57:57 -07:00
  • f67b1962b4 vectorstores: Add support for OpenAI Organization ID header in Chroma * Update chroma-go to the latest version * Add error handling to NewOpenAIEmbeddingFunction * Add a new property to the store (openaiOrganization) and pass it to chroma-go Sylvain Cau 2024-03-04 07:23:17 -07:00
  • a51062f84b embeddings: Add Amazon Bedrock embeddings (#643) Souyama 2024-03-07 04:33:19 +05:30
  • 8cbd678e06 Merge pull request #648 from mdelapenya/more-its Travis Cline 2024-03-06 14:50:55 -08:00
  • 81643a8365 Merge pull request #647 from corani/corani/ollamajson Travis Cline 2024-03-06 14:41:51 -08:00
  • b74ccebcbb Merge pull request #614 from devinyf/fix_agent_stream_callback Travis Cline 2024-03-06 14:41:07 -08:00
  • 1d710275f3 chore: skip qdrant tests if the OpenAI api key is not set Manuel de la Peña 2024-03-06 18:12:34 +01:00
  • 75b9f41542 Merge branch 'main' into more-its * main: chains: fix add ignore StreamingFunc (#639) Update huggingface.mdx chore: Pinning chroma-go ahead of major new release Clean up sequential_chain_example to make it a bit more readable (#635) Fix llm_math_chain example (#634) Update comments, bump example dependencies and clarify chain example (#633) chains: fix issue with overriding defaults in chainCallOption (#632) chains: add test with GoogleAI (#628) Revert "googleai: fix options need add default value" (#627) googleai: fix options need add default value Manuel de la Peña 2024-03-06 17:58:19 +01:00
  • 3320490573 feat: run integration tests for vector databases using testcontainers-go modules Manuel de la Peña 2024-03-06 17:18:16 +01:00
  • 997607a2fb example: add new Ollama functions example Daniel Bos 2024-03-06 10:43:43 +08:00
  • 75d27124da feat: add JSON format option to ollama Daniel Bos 2024-03-06 10:09:21 +08:00
  • 66bf2dd2ef Merge pull request #641 from devalexandre/patch-1 Travis Cline 2024-03-05 18:38:51 -08:00
  • 0dedf905b4 Merge pull request #640 from amikos-tech/chore/chroma-go-pin Travis Cline 2024-03-05 18:38:22 -08:00
  • 17002cc725 chains: fix add ignore StreamingFunc (#639) Abirdcfly 2024-03-05 22:48:21 +08:00
  • 08040750de Update huggingface.mdx Alexandre E. Souza 2024-03-02 00:33:36 -03:00
  • c4ddf0b635 chore: Pinning chroma-go ahead of major new release Trayan Azarov 2024-02-29 16:36:57 +02:00
  • e8498f5c2f Clean up sequential_chain_example to make it a bit more readable (#635) Eli Bendersky 2024-02-24 06:43:08 -08:00
  • 22864933b6 Fix llm_math_chain example (#634) Eli Bendersky 2024-02-24 06:17:51 -08:00
  • 76fb641fdd Update comments, bump example dependencies and clarify chain example (#633) Eli Bendersky 2024-02-24 05:52:30 -08:00
  • 7214d8a1f5 chains: fix issue with overriding defaults in chainCallOption (#632) Eli Bendersky 2024-02-23 13:45:25 -08:00
  • 9aa84dda2b chains: add test with GoogleAI (#628) Eli Bendersky 2024-02-22 17:48:57 -08:00
  • 55e1a97000 Revert "googleai: fix options need add default value" (#627) Eli Bendersky 2024-02-22 09:34:44 -08:00
  • 3aaa2096c8 Merge pull request #625 from Abirdcfly/googleai Travis Cline 2024-02-21 15:49:42 -08:00
  • 40d40ea188 googleai: fix options need add default value Abirdcfly 2024-02-21 22:09:10 +08:00
  • 853fc0492d Merge pull request #609 from whyiug/main Travis Cline 2024-02-20 16:02:45 -08:00
  • 22159ce9c0 Merge branch 'main' into main v0.1.5 Travis Cline 2024-02-20 16:00:13 -08:00
  • 3f4ee00ffb textsplitter: remove wrapper Travis Cline 2024-02-20 15:59:38 -08:00
  • 627273a96c Merge pull request #621 from tmc/fix-omitted-temp Travis Cline 2024-02-20 15:57:40 -08:00
  • 696fdaf1b6 llms: Remove omitempty from temperature params Travis Cline 2024-02-20 15:53:30 -08:00
  • 719315225d Merge pull request #519 from mdelapenya/testcontainers-go Travis Cline 2024-02-20 15:35:46 -08:00
  • e1453556f7 tests: Add skipping if docker is not present Travis Cline 2024-02-20 15:33:07 -08:00
  • 6982b8dcbc Merge branch 'main' into testcontainers-go Manuel de la Peña 2024-02-20 19:46:02 +01:00
  • d28c808908 inline the test cases devin.yf 2024-02-20 08:19:58 +08:00
  • 65fc5f7773 table driven test devin.yf 2024-02-19 17:57:25 +08:00
  • ba73deaf10 Refactor lenFunc to use utf8.RuneCountInString whyiug 2024-02-19 16:45:03 +08:00
  • 1b64e10c4b Merge pull request #610 from dddbliss/patch-1 Travis Cline 2024-02-19 00:15:45 -08:00
  • 491ba5fa5f add test case devin.yf 2024-02-18 20:01:02 +08:00
  • 5ba4c9ef9c Set PrintOutput to be true only once devin.yf 2024-02-18 18:31:22 +08:00
  • 6d008d187c trim potential spaces and colon in the beginning devin.yf 2024-02-18 17:21:56 +08:00
  • b5347381b4 fix: agent_stream_callback sometimes failed to detect keyword devin.yf 2024-02-18 16:54:00 +08:00
  • 452e6319f6 Merge branch 'main' into testcontainers-go Manuel de la Peña 2024-02-13 08:21:32 +01:00
  • a63d3a9990 add new textspliter option: lenfunc whyiug 2024-02-11 23:50:18 +08:00
  • 9ac0e7441c fix missing context param for Heartbeat Ryan Currie 2024-02-09 23:37:00 -08:00
  • 14cee071e9 syncing up go.sum Ryan Currie 2024-02-09 23:34:18 -08:00
  • 3a62d22be4 chroma-go version update Ryan Currie 2024-02-09 23:29:02 -08:00
  • 98ee88bc26 fix: update chroma-go functions to pass context Ryan Currie 2024-02-09 23:14:20 -08:00
  • fcd78c9e53 Merge pull request #608 from whyiug/main Travis Cline 2024-02-08 21:55:04 -08:00
  • 609424ed13 Merge pull request #606 from tmc/eliben-patch-1 Travis Cline 2024-02-08 21:54:37 -08:00
  • 8734b60555 add new textspliter option: lenfunc yangrui1 2024-02-08 17:33:05 +08:00
  • 677c14c69b add nolint:funlen yangrui1 2024-02-08 15:51:28 +08:00
  • 53d6410f18 fix: stackoverflow caused by textspliter yangrui1 2024-02-08 15:13:13 +08:00
  • 6df08fad7a README: add link to new blog post about langchaingo Eli Bendersky 2024-02-07 06:56:37 -08:00
  • 14871d2323 Merge branch 'main' into testcontainers-go Travis Cline 2024-02-03 16:43:12 -08:00
  • 76f530a4fd Merge pull request #602 from tmc/fix-601 Travis Cline 2024-02-03 16:37:07 -08:00
  • 8cefb0cbf1 agents: improve TestConversationalWithMemory testing Travis Cline 2024-02-03 16:34:54 -08:00
  • edc9740951 Merge pull request #548 from Abirdcfly/pgvector-dims Travis Cline 2024-02-03 16:22:52 -08:00
  • 9fa8ab040b Merge pull request #597 from terwey/logging Travis Cline 2024-02-03 16:20:12 -08:00
  • e128dbad46 callbacks: Fix lint issues Travis Cline 2024-02-03 16:18:05 -08:00
  • d0c504b238 Merge branch 'main' into logging Travis Cline 2024-02-03 16:15:22 -08:00
  • f89be09664 Merge pull request #589 from pieterclaerhout/pgvector-hnsw-index Travis Cline 2024-02-03 15:36:02 -08:00
  • b33a739229 Merge pull request #593 from terwey/output_newlines Travis Cline 2024-02-03 15:35:45 -08:00
  • 0bec222dd7 Merge remote-tracking branch 'upstream/main' into logging Yorick Terweijden 2024-02-01 17:38:50 +02:00
  • 9dc6ea7ec1 Implement logging for text types, fixes #596 Yorick Terweijden 2024-02-01 17:36:35 +02:00
  • 80af85ace8 Merge pull request #595 from tmc/fix-example-refs-in-docs Travis Cline 2024-01-31 11:09:01 -08:00
  • b0761da409 docs: Fix vertex example refs Travis Cline 2024-01-31 11:05:04 -08:00
  • b0e12836c6 Change regex to allow multi-line inputs Yorick Terweijden 2024-01-31 13:42:00 +02:00
  • 7601dc3e53 Merge pull request #590 from pieterclaerhout/pgvector-remove-custom-id v0.1.4 Travis Cline 2024-01-30 11:27:44 -08:00
  • a3e99c4d0e Removed the custom ID option for embeddings when using PGVector Pieter Claerhout 2024-01-30 09:30:15 +01:00
  • 51fa84f2b1 Merge branch 'pgvector-hnsw-index' of https://github.com/pieterclaerhout/langchaingo into pgvector-hnsw-index Pieter Claerhout 2024-01-30 09:26:22 +01:00
  • a3fc30a69e Fixed a linting error Pieter Claerhout 2024-01-30 09:26:13 +01:00
  • ded588c037 Merge branch 'main' into pgvector-hnsw-index Pieter Claerhout 2024-01-30 09:03:12 +01:00
  • 4b13c46ae6 vectorstores: fix pgvector return nothing when embedding table has vector with different dimensions Abirdcfly 2024-01-24 09:48:07 +08:00
  • ef86bd08e8 readme: update example with non-deprecated call (#588) Eli Bendersky 2024-01-29 16:57:06 -08:00
  • a7a7ad600c googleai: add test with BinaryPart image (#587) Eli Bendersky 2024-01-29 13:46:59 -08:00
  • b54eb1f897 Merge pull request #579 from pieterclaerhout/pgvector-dimensions-option Travis Cline 2024-01-29 11:13:59 -08:00
  • cada36e835 Merge pull request #578 from pieterclaerhout/pgvector-missing-comment Travis Cline 2024-01-29 11:13:24 -08:00
  • 1450bebeb4 googleai: add tests (#586) Eli Bendersky 2024-01-29 09:11:01 -08:00
  • 001d8437fb googleai: share tests between the two main providers (#584) Eli Bendersky 2024-01-29 08:55:25 -08:00
  • a0690b36d8 vertex: add tests (#582) Eli Bendersky 2024-01-29 06:52:41 -08:00
  • 26ab80073d Made the vector dimensions optional Pieter Claerhout 2024-01-29 10:18:55 +01:00
  • e984f4538e Added the option to specify a HNSW index for improving performance Pieter Claerhout 2024-01-29 10:13:52 +01:00
  • 66ce332570 Added the missing comment on the exported WithCollectionMetadata function Pieter Claerhout 2024-01-29 09:56:53 +01:00
  • 3809be9815 Added an option to specify the vector dimensions for the embeddings Pieter Claerhout 2024-01-29 09:56:22 +01:00
  • a8f1d9508b examples: update all to new llms interfaces (#576) Eli Bendersky 2024-01-27 14:39:48 -08:00
  • 85475d91ee bump examples dependency to v0.1.4-alpha.0 (#575) Eli Bendersky 2024-01-27 10:53:09 -08:00
  • 8b47e2122c examples: use llms.TextPart helper when it's useful (#574) Eli Bendersky 2024-01-27 10:47:27 -08:00
  • d53d08ef18 Merge pull request #573 from tmc/exmpl Travis Cline 2024-01-27 09:37:31 -08:00
  • 397a512412 Merge pull request #566 from pieterclaerhout/pgvector-deduplicator-support Travis Cline 2024-01-27 09:34:55 -08:00
  • e63fcf0b89 Merge pull request #568 from Anush008/qdrant-example Travis Cline 2024-01-27 09:31:42 -08:00
  • 062a21f63a Update openai examples to new APIs Eli Bendersky 2024-01-27 08:03:52 -08:00
  • 0092ea2886 Merge pull request #572 from tmc/googex1 v0.1.4-alpha.0 Travis Cline 2024-01-27 07:10:56 -08:00
  • dfbc88dbeb examples: add new vertex and googleai examples Eli Bendersky 2024-01-27 06:31:45 -08:00
  • 72b05385f9 Merge branch 'main' into qdrant-example Anush 2024-01-27 13:46:01 +05:30
  • b5096131c9 chore: bump deps Anush008 2024-01-27 13:43:30 +05:30
  • e661df27a7 Merge branch 'main' into pgvector-deduplicator-support Pieter Claerhout 2024-01-27 08:47:46 +01:00
  • 43037084f8 Added the missing closing of the database rows Pieter Claerhout 2024-01-27 08:35:13 +01:00
  • fc526d42a8 Merge pull request #539 from haochunchang/docs_agents Travis Cline 2024-01-26 20:56:17 -08:00
  • 77d8c98d29 Merge branch 'main' into docs_agents Travis Cline 2024-01-26 20:54:18 -08:00
  • 0dd2484fd4 Merge pull request #557 from pieterclaerhout/pgvector-collection-metadata-option Travis Cline 2024-01-26 20:53:32 -08:00