Alexandre E. Souza

Results 73 comments of Alexandre E. Souza

Groq work. ![image](https://github.com/tmc/langchaingo/assets/4489558/5f4cedb5-76d2-45b0-a8b1-5905f4f5cb49)

@tmc , @eliben What would be the implementation idea for this functionality? maybe use openai.TranscribeAudio, leaving it only within the openai package and not in the LLM namespace? I think...

I think the name Langchaingo is the most appropriate, because we have langchain, and langchainjs, what sense does it make to change to golangchain?

> > @chenquan Hello friend! I think it'd be great for you to comment here about how this might be accomplished and include some more detail about what you're after...

> I wrote this little program in Go where the code is rather simple. > > 1. Give it a prompt > > 2. Stream the response from ollama >...

> Might be a stupid question, but when client has a chromadb as: > > ```go > store, errNs := chroma.New( > chroma.WithChromaURL(localURL), > chroma.WithEmbedder(embeder), > chroma.WithDistanceFunction("cosine"), > chroma.WithNameSpace(sessionString), >...

@yangxikun do you could share a example?

You could create a method for convert types, I don't know if it are a new feature for now.

but the properties are more, when we remove the empty key, doesn't it generate an inconsistency?