5/ LearnAct – explores open-action learning for language agents through an iterative learning strategy that creates and improves actions using Python functions.
OPEN SOURCE
-

Microsoft Launches Free 18-Lesson Generative AI Course on GitHub
By
–
Microsoft launched the best course on Generative AI! The free 18 lesson course is available on Github and will teach you everything you need to know to start building Generative AI applications.
-
AI Training Data Lawsuits Won’t Significantly Slow Development
By
–
Lawsuits over AI training data won't halt AI development, or even slow it much. This is for many reasons: open source models already released, a lack of consistent laws (training data isn't protected in Japan) and the fact that many companies (Adobe) are now using licensed data.
-

Matryoshka Retriever: High Performance Vector Search Technique
By
–
Matryoshka Retriever A recent blog post by @supabase described a new technique for higher performance retrieval, without compromising accuracy. So we've just released a new retriever in LangChain.js which implements this exactly! Use any vector store, and two embedding
-
LangChain Matryoshka Retriever Documentation and Supabase Integration
By
–
Read the JS docs: https://
js.langchain.com/docs/modules/d
ata_connection/retrievers/matryoshka_retriever
…
Supabase article: -

VSCode Copilot Extension Built with Flowise and Ollama
By
–
Kudos to @akirakudo911 for creating a VScode Copilot extension that is built using Flowise!
— FlowiseAI (@FlowiseAI) 2 mars 2024
Fully hosted locally using @ollamahttps://t.co/kqVjd2EMo7 pic.twitter.com/0urn9JpoOxKudos to @akirakudo911 for creating a VScode Copilot extension that is built using Flowise! Fully hosted locally using @ollama https://
marketplace.visualstudio.com/items?itemName
=AkiraKudo.kudos-gpt
… -
Elon lawsuit aims to force OpenAI public research, not profit
By
–
The goal of the Elon/OpenAI lawsuit isn’t cash or to “take down” the company. “[Musk] has sought a court ruling that would compel OpenAI to make its research and technology available to the public and prevent the startup from using its assets, including GPT-4, for financial
-
Open Source Robotics Future: Fine-Tuning Robots Over LLMs
By
–
I can see that, and I agree. It may take a bit of time to catch up, but open source will get there. I dream about a future where we fine-tune robots instead of LLMs, and I am sure we'll get there.
-

TheProfessor: Advanced LLM Merging Conversational AI Platform
By
–
TheProfessor is a merge of #LLMs, created with help from @AbacusAI
's #GenerativeAI team. It can be used for many things with its conversational #AI, reasoning, scientific, medical, & mathematical skills interactive brainstorming: https://
huggingface.co/abacusai/ThePr
ofessor-155b
… -
bm25_pt: Fast BM25 Search Package for Python
By
–
without bm25_pt you either have to use really slow string-based code (rank-bm25) or run a server (elasticsearch) to do bm25 in python now, it's a pip package, and two lines; i made everything fast using huggingface & pytorch
