Travis Cline

Results 198 issues of Travis Cline

We should have an implementation for the great [qdrant](https://github.com/qdrant/qdrant) project.

Since OpenAI has marked the completions endpoints legacy and nudges users to use the chat completions endpoint, we should do the equivalent (and send all completions to the chat completions...

A few improvements to the agents package include: - [ ] Executor -> *Executor - [ ] Deprecate Initialize - [ ] Rename CreationOption+CreationOptions to Option+Options - [ ] Move...

Would be great to have a [usearch](https://github.com/unum-cloud/usearch) by @ashvardanian vectorstore implementation.

We should have a proposed design for the LangchainGo take on LCEL. https://python.langchain.com/docs/expression_language/interface https://js.langchain.com/docs/expression_language/interface

I understand that you all are a commercial enterprise but it would be nice to allow users to indicate that they would not to see the ariga cloud warning if...

As go.uber.org/mock has taken over maintenance of gomock, this project should change to support it. In the mean time I have a fork that does so published here: https://github.com/tmc/cmpmock

I'm not seeing where the `gpt2` model is handled similar to how it is done here: https://github.com/openai/tiktoken/blob/main/tiktoken_ext/openai_public.py#L10 A simple test like: ```patch +func TestGpt2Encoding(t *testing.T) { + if _, err...

Hi! Super interesting project! I always beeline to protos or other api specs. Can I suggest that https://buf.build/docs/lint/rules#minimal and /or https://linter.aip.dev/ are leveraged to help normalize the proto representation?

enhancement