Liam
Liam
LLangfuse
Created by Liam on 12/14/2023 in #get-support
Langchain, Azure OpenAI SDK changes
Sounds great appreciate it!
5 replies
LLangfuse
Created by Liam on 12/14/2023 in #get-support
Langchain, Azure OpenAI SDK changes
I forgot to update this, I managed to solve the issue playing around with the new implementation and im not quite sure what it was that was causing this. Most likely just an error on my side 😅
5 replies
LLangfuse
Created by Liam on 11/16/2023 in #get-support
Datasets
I had to put this on the backburner for a bit because i had some other work to take care of first, but i've fixed it today. For anyone else seeing this im unsure which change fixed it but i: set up a docker network, made new api keys, and added a langfuse.flush(). Again, not sure which one did the trick but hope it helps 😅
8 replies
LLangfuse
Created by Liam on 11/16/2023 in #get-support
Datasets
I'm not sure which details will be usefull to you, im running my code in a devcontainer with the following dockerfile:
FROM "mcr.microsoft.com/devcontainers/python:3.11-bullseye"
EXPOSE 80
RUN apt-get update
RUN apt-get install -y wget lttng-tools
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN sudo dpkg -i packages-microsoft-prod.deb
RUN rm packages-microsoft-prod.deb
RUN apt-get update
RUN sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0
RUN sudo apt-get update && sudo apt-get install -y aspnetcore-runtime-7.0
FROM "mcr.microsoft.com/devcontainers/python:3.11-bullseye"
EXPOSE 80
RUN apt-get update
RUN apt-get install -y wget lttng-tools
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN sudo dpkg -i packages-microsoft-prod.deb
RUN rm packages-microsoft-prod.deb
RUN apt-get update
RUN sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0
RUN sudo apt-get update && sudo apt-get install -y aspnetcore-runtime-7.0
8 replies
LLangfuse
Created by Liam on 11/16/2023 in #get-support
Datasets
It does indeed work in the cloud.
8 replies