4/10 Use online resources to find inspiration and guidance for projects. Websites like GitHub, Stack Overflow, and Reddit have a wealth of information and examples of code.
CODE
-
Getting Started with Python Programming: Essential Tips
By
–
1/10 Learning to program with Python can be a great investment of your time, but it can also be overwhelming when you're just starting out. Here are some tips to help you quickly get up and running with this popular language.
-
Learn Programming Basics: Syntax, Data Types, and Functions
By
–
2/10 Start with the basics – familiarize yourself with the syntax, data types, and basic functions and operations. You can find a lot of resources online for this, including tutorials and interactive courses.
-
How to quickly learn programming with Python
By
–
These are how to quickly learn to program with #Python
-

New Bing with OpenAI GPT integration: chat, conversational UI, and citations
By
–


Unconfirmed screenshots of the "New Bing" with OpenAI GPT integration from @Owen_Yin -Chat window replaces search bar
-Conversational UI
-Citations -
Bug fixes and improvements in AI framework release
By
–
And lots of bug fixes/improvements, including: Docs: Ryan Walker, Zach Schillaci
Right encoder: h/t @spolu Fix length based example selector: Jeremy Giberson
Fix loading from Hub: seanaedmiston
Returning SQL directly: Zach Schillaci
Optionally turning off validation: @GlavinW -
Milvus Vector Database Support Added to LangChain
By
–
@milvusio vector DB support Vectorstores are a key part of most workflows, and @FilipHaltmayer and @frankzliu added support for Milvus, a commonly requested open source vector DB Documentation: https://
langchain.readthedocs.io/en/latest/modu
les/utils/combine_docs_examples/vectorstores.html#milvus
… -
OpenAI LLM Retry Support Added to LangChain
By
–
Retry support for OpenAI LLM If everyone's busy making LangChains, sometimes we overwhelm @OpenAI servers (sorry) @wskish started and @ankush_gola11 finished a PR adding retry logic so this is a little less painful
-
Token-Based Text Splitter for LangChain Applications
By
–
A new token based text splitter Splitting text is another big part of applications. Mostly has been done on a character level up until now @kahkeng added a new way to split text, based on tokens Docs: https://
langchain.readthedocs.io/en/latest/modu
les/utils/combine_docs_examples/textsplitter.html#token-text-splitter
… -
Milvus v0.0.77 Release: Vector DB and LLM Improvements
By
–
Little Friday afternoon release to close out the week! v0.0.77 @milvusio vector DB support (
@FilipHaltmayer and @frankzliu
) Retry support for OpenAI LLM (
@wskish
) A new token based text splitter (
@kahkeng
) And more! Let's dive in