Sai Bhasker Raju

Results 7 comments of Sai Bhasker Raju

you are correct @joaomdmoura , I didnt notice that param earlier. thanks. I changed the code. please review

Hello @marcklingen ``` from langchain_openai import AzureChatOpenAI from langchain_openai import AzureOpenAIEmbeddings from langfuse.callback import CallbackHandler def __get_AzureGPT4o(callback: CallbackHandler): client = AzureChatOpenAI( api_key=config.AZURE_OPENAI_KEY, azure_endpoint=config.AZURE_OPENAI_ENDPOINT, azure_deployment=config.AZURE_OPENAI_DEPLOYMENT_4o, api_version=config.AZURE_OPENAI_VERSION, openai_api_type=config.OPENAI_API_TYPE, callbacks=[callback], name=config.AZURE_OPENAI_DEPLOYMENT_4o, temperature=config.LLM_TEMPERATURE, n=config.LLM_N,...

@marcklingen if the below logs help 2024-08-12 16:52:57 - langfuse - WARNING - Langfuse was not able to parse the LLM model. The LLM call will be recorded without model...

Hi @hassiebp , can you please confirm the values of "Add model definition" like model name , model pattern and token config ? https://xxx.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2023-03-15-preview I added `model` argument but i...

Hi @hassiebp , I have problem with adding the model definition to langfuse server. I gave the model details above. Can you please confirm or suggest which is the correct...

docling looks good. however I see its slow even with a 3 page PDF. it does convert to markdown

Hello @mfux I faced the same issue today and these are my versions and configs ``` dspy== 3.0.4 mlflow == 3.6.0 ``` I tried to downgrade to `2.6.27` and still...