Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation of "buffer_window" and "redisChatMessage History" #376

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Conversation

MAlj11
Copy link

@MAlj11 MAlj11 commented Nov 30, 2023

PR Checklist

  • Read the Contributing documentation.
  • Read the Code of conduct documentation.
  • Name your Pull Request title clearly, concisely, and prefixed with the name of the primarily affected package you changed according to Good commit messages (such as memory: add interfaces for X, Y or util: add whizzbang helpers).
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. Fixes #123).
  • Describes the source of new concepts.
  • References existing implementations as appropriate.
  • Contains test coverage for new functions.
  • Passes all golangci-lint checks.

Sorry, something went wrong.

noodnik2 and others added 30 commits September 29, 2023 09:05

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* FR278 Add remote chromadb support

* FR278 Fix lint complaints

* Add 'nameSpace' via metadata

* Add embedder Option

* Add includes, example app, README

* feat(vectorstore): add chroma

* fix: update type to match upstream

* style: fix golangci-lint complaints

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…tmc#318)

Signed-off-by: bjwswang <bjwswang@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Saerdna <zhaodahao@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: bjwswang <bjwswang@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…#326)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* Update README.md

* Update README.md

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* Adding ollama support

* Address linting issues

* Disable default templating of model if any to avoid messing up custom prompts

* Added Ollama chatModel

* Adding ollama embeddings

* Added examples and fix the chat template for llama2

* examples: Fixup module names in ollama examples

* ollama: Small lint fix

---------

Co-authored-by: Travis Cline <travis.cline@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* docs: Mark unfinished parts as draft

* github: Add docs publish workflow

* github: Simplify pages deploy

* docs: set baseUrl

* docs: mark more as draft for now

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: Pin golangci-lint to 1.55

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* Added initial HandelStreamFunc callback handler

* added callback handler to conversational agent

* Added Agent final stdout callback

* Added callback handler to mrkl agent

* Added egress buffer for final agent streaming

* Added proper egress channel handling

* Added comments

* Added better context handling

* Fixing lint

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
eliben and others added 26 commits November 18, 2023 11:53

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix method-dependent embedding discrepancy for OpenAI

For tmc#356

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…ion (tmc#358)

Starting with the vertex embedder, but this is applicable to others too

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Applies the refactored code in tmc#357 to remove duplicated code here.

Updates tmc#356

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Applies the refactored code in tmc#357 to remove duplicated code here.

Updates tmc#356

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
also removes unused internal method

For tmc#356

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…le (tmc#365)

* examples/ernie-completion-examples: make this example a separate module

Right now it's in the main module, the only example of this kind.
Align it with the other examples.

This is a two step change, and this is step 1; step 2 will be updating
this example's go.mod to rely on a newer version of langchaingo that
no longer provides this package.

* Comment code out for lint to pass

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…le part 2 (tmc#367)

This sets the go.mod to point to a newer version of the parent module,
so now there's no conflict and everything builds and lints.

This is part 2, followup on tmc#365

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…sic in /docs (tmc#366)

build(deps): bump axios, @docusaurus/core and @docusaurus/preset-classic

Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together.


Updates `axios` from 0.25.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.6.2)

Updates `@docusaurus/core` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus)

Updates `@docusaurus/preset-classic` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Cline <travis.cline@gmail.com>
@MAlj11
Copy link
Author

MAlj11 commented Dec 4, 2023

Can you please merge my commits into the main branch?

@eliben
Copy link
Collaborator

eliben commented Dec 4, 2023

This PR seems to be adding a lot of new code without explaining what the code is for and what problem it's trying to solve.

You've also ignored the PR creation checklist which - among other things - asks you to provide such an explanation.

Can you start with an issue that explains what is missing and how you propose to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet