-
Build an Agent
By themselves, language models can’t take actions – they just output text. A big use case for LangChain is creating agents. Agents are systems that use LLMs as reasoning engines to determine which actions to take and the inputs necessary to perform the action. After executing actions, the results can be fed back into the LLM to determine whether more…
-
Display Matplotlib plot
PyCharm’s regular Python console doesn’t render Markdown or understand the IPython.display module in the same way. The easiest fix is to simply use plt.show() after creating the plot. This will open a Matplotlib window displaying the graph.
-
Explore the Gemini API
The Gemini API gives you access to Gemini models created by Google DeepMind. Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, code, and audio.How to get started
-
AI agents
You can now deploy AI agents to browse the Internet, automate tasks, and execute complex workflows on your behalf.
-
perplexity.ai
Perplexity is a free AI-powered answer engine that provides accurate, trusted, and real-time answers to any question.
-
AI can help
Knowing how to state a problem will be the biggest task at work
-
What is Web3?
Web3 is an umbrella term for technologies like blockchain that decentralize data ownership and control on the internet. Most internet applications are controlled by centralized entities that determine how they save and use end-user data. Instead of centralized management structures, Web3 (also called Web 3.0, decentralized web, or semantic web) technologies allow for community-driven projects.…
-
Google Colab
Colab, or “Colaboratory”, allows you to write and execute Python in your browser, with Whether you’re a student, a data scientist or an AI researcher, Colab can make your work easier.
-
SQLAlchemy
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
-
Google AI Studio
Google AI Studio is the fastest way to start building with Gemini, our next generation family of multimodal generative AI models.