Marco Perini
Marco Perini
**Is your feature request related to a problem? Please describe.** Difficulty to understand how it works under the lines and how it is structured **Describe the solution you'd like** A...
### Description: Building on our graph visualization capabilities, we aim to develop a feature that allows the creation of scraping class structures from Graphviz diagrams. This will enable rapid prototyping...
**Is your feature request related to a problem? Please describe.** No Vertex AI support **Describe the solution you'd like** Add a new LLM class that integrates Vertex AI, Langchain [docs](https://python.langchain.com/v0.2/docs/integrations/chat/google_vertex_ai_palm/)...
Hey, I have installed the library inside [this](https://hub.docker.com/_/microsoft-playwright-python/) docker container and when I try to run playwright in headed mode I get the following error: ```bash Looks like you launched...
This PR adds the **Log multimodal traces** section in `how_to_guides/trace_with_langchain#log-multimodal-traces`. This is useful to showcase ChatPromptTemplate's capabilities in appending images and visualize them in langsmith. ### To-do - [x] Test...
```mermaid sequenceDiagram participant User participant LangSmith participant Intermediary Service participant GitHub Repo User->>LangSmith: Commits new prompt version activate LangSmith LangSmith->>Intermediary Service: Fires Webhook (sends prompt data) deactivate LangSmith activate Intermediary...
# Propagating LangSmith Traces in PromptFlow This tutorial explains how to correctly propagate LangSmith traces in a [PromptFlow](https://github.com/microsoft/promptflow) application. We'll cover how to create nested traces, pass run tree information...