Roman Guoussev-DonskoiJan 26, 20191 min readAzure Resource BrowserJust a quick tip. Large JSON can be hard to read. JSON block highlight is in Azure Resource Browser helps. Just click close enough after opening bracket or before closing bracket.
Just a quick tip. Large JSON can be hard to read. JSON block highlight is in Azure Resource Browser helps. Just click close enough after opening bracket or before closing bracket.
Simple Web App with Azure OpenAI and Azure Cognitive Search Summary This post provides super-easy end-to-end example to build ChatGPT-like web app to provide responses based context your PDF...
Setting conda environment in VSCode and Jupiter NotebookOpen the settings. json file with the Preferences: Open User Settings (JSON) command in the Command Palette (Ctrl+Shift+P) In...
Query SQL using OpenAI and Langchain LLMs (such as OpenAI) are good for reasoning but they lack capability interface with outside world. This is where Langchain agents step...
Comments