#Rag using deepseek

9 messages · Page 1 of 1 (latest)

potent drum
#

hello everyone ive been trying to create a rag solution using deepseek instead of openai gpt turbo or 4 however i faced issues when trying to deloy it through the template provided on the azure platform but when deploying into codespace it gives all sorts of issues and errors any advice or suggestions on how i can create a rag pipeline with deepseek? or an open source model generally and thanks a lot

copper crescent
#

hey @potent drum can you share what errors and issues you are seeing in more detail?

dull wind
#

Hi @potent drum see https://learn.microsoft.com/en-us/azure/search/tutorial-rag-build-solution-pipeline

See this update for Deepseek-R1 below

here are some additional resources for setting up your Deepseek deployment https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-deepseek?pivots=programming-language-rest

Create an indexer-driven pipeline that loads, chunks, embeds, and ingests content for RAG solutions on Azure AI Search.

Learn how to use DeepSeek-R1 reasoning model with Azure AI Foundry.

#

Here is a code Example based on the Azure Search example to support Deepseek R1

potent drum
# copper crescent hey <@497463929438470147> can you share what errors and issues you are seeing in...

hello @copper crescent Korey regarding the errors i faced i will share the errors that i received via GitHub i will also share the code of my project here feel free to check it out as for the errors here are some:
i also faced errors when trying to configure deepseek api instead of openai's i didn't know which aspects to replace precisely (in terms of which service ) which led to errors like stream timeouts as well where i couldn't open the link that led to the interface of the model i hope i clarified if not please ask for details you may require

potent drum
#

this is related to some of the aspects it refused to download / initialize when deploying

dull wind
potent drum
#

i see thanks i tried to make a copy of the repo of a previous template not this one so ill try using this repo appreciate it