-
1) I see that we are adding custom attributes to metrics, However, TRACELOOP_ENTITY_NAME (traceloop.entity.name) is a very high cardinality attribute - https://github.com/traceloop/openllmetry/pull/21…
nirga updated
4 weeks ago
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
With Datadog LLM Observability and dd-trace-py 2.15.1, the LLM invocation span of the code snippet below will never finish, preventing the associated trace to be sent to the running agent and further …
-
The currently used version of langchain (0.1.36) has a critical security issue: [CVE-2024-7042](https://nvd.nist.gov/vuln/detail/CVE-2024-7042).
I'd like the version to be bumped.
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
```python
from ragas.llms.prompt import Prompt
from ragas import evaluate
from ragas.metrics import (
answer_relevancy,
faithfulness,
context_recall,
context_precision,
)
from…
-
I had hit some issues with IsLastStep which were recently fixed and a new managed value introduced called RemainingSteps which gives more flexibility.
See https://langchain-ai.github.io/langgraph/h…
-
I am continuously getting below error
RuntimeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 from langchain_openai import AzureChatOpe…
-
## Expected Behavior
Running `node --loader ./hook.mjs index.mjs` for
```js
// index.mjs
import { BaseChatModel } from "@langchain/core/language_models/chat_models";
// hook.mjs
export * from …
-
While trying to use tools with Mistral, here is a sample code for boto3 which works fine:
```python
import json
import boto3
session = boto3.session.Session()
bedrock_client = session.client(…