-
Notifications
You must be signed in to change notification settings - Fork 46
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
Finding possible integrations #46
Comments
@ogzhanolguncu Should we implement these in the example code or the source code? I want to clarify where they should be integrated. |
Well, I already finished Langsmith. Most of the products above are analytic tools so we should extend our SDK with those. Right now whenever we initialize a model we do this: const ragChat = new RAGChat({
vector,
model: upstash("meta-llama/Meta-Llama-3-8B-Instruct", {
analytics: { name: "langsmith", token: "XXX" },
}),
}); We just need to add some more. At least check its feasibility. |
Hi @ogzhanolguncu, what do you think about integrating Cloudflare Gateway AI? I think we can implement it within the same way that you implemented LangSmith for observability. |
I agree. Feel free to give it a try. |
I have opened a PR for it @ogzhanolguncu. Can you please check? #58 |
There are a few LLM observability tools we can integrate, but we need to check their feasibility first. For now, we can start with:
Any PR that includes these tools is welcome.
The text was updated successfully, but these errors were encountered: