N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Friday, September 20, 2024
What's New in LangChain v0.3
›
1. LangChain v0.3 release for Python and JavaScript ecosystems. 2. Python changes include upgrade to Pydantic 2, end-of-life for Pydanti...
Wednesday, September 04, 2024
Differences: OpenAI vs. Azure OpenAI
›
OpenAI: Pioneering AI Advancements OpenAI, a renowned research laboratory, stands at the forefront of AI development with a mission to cre...
Sunday, July 07, 2024
How to set specific version of dependency in poetry
›
I am here will set langchain-core==0.2.2 instead of 0.2.3 sent in toml file. To set Poetry to use langchain-core==0.2.2 , you can add it a...
Saturday, June 01, 2024
Common prevention techniques against injection attacks
›
With reference to my previous blog post . Here are few prevention techniques against injection attacks: Input Validation : Validat...
Friday, May 24, 2024
How to set verbose in Langchain
›
Here is how you can set globally. from langchain.globals import set_verbose, set_debug set_debug( True ) set_verbose( True ) ...
‹
›
Home
View web version