visheshgitrepo

Results 8 comments of visheshgitrepo

Im using Fastembed for my application with Guardrails. Where I pass engine and model as "fastembed" and "all-MiniLM-L6-v2", this will call fastembed and passes this model. As it by default...

Hi @drazvan, I still see issue with this. Please check below code and error and let me know whats wrong with this. im using develop branch ### Code: new_message=[ {'role':...

Hi @drazvan This conversation history is not resolved yet, tried with develop branch. Can you give an example of conversation history with relevant chunks for each conversation, which it worked...

@drazvan Any update on this, is issue resolved in latest release for conversation history. If yes, do you have any notebook or working example

Just small correction, Nemo doesnt support AzureOpenAI

@drazvan Here is how Im passing the model right now. A workaround. But What I want is, these paramters of Azurechatopenai must be updated with the values from config.yml. Note:...

@drazvan One more thing is, my primary focus is to use gpt-3.5 for input, output rail. And gpt-4 for generate_bot_message only, remaining user_intent and bot_intent should also from gpt-3.5. I...

@drazvan Its not working, the problem here is. As Im using AzureChatOpenAI due to azureopenaikey. without passing chat_model externally to below line, its not working at all. `chat_model = AzureChatOpenAI(.....)`...