And others! Updates to @CohereAI wrappers There were a few updates/fixes to the Cohere wrappers from @ephe_meral and @bair82 Fix to conversational agent
Docs update @zurawiki Expose memory key name in entity memory class
OPEN SOURCE
-
Cohere AI Wrappers Updates and Conversational Agent Fixes
By
–
-
VectorDB QA Chain Now Supports Max Marginal Relevance Search
By
–
Allowing different types of search in the vector DB chain Previously, the VectorDB QA chain only used similarity search to fetch documents You can now configure this to use `mmr`: max marginal relevance https://
github.com/hwchase17/lang
chain/blob/b9045f7e0df357d608700e91dc3039433f652d61/langchain/chains/vector_db_qa/base.py#L44
… -
TensorFlow Hub Embeddings Support Added to LangChain
By
–
TensorflowHub embeddings There's now support for another embedding type – Tensorflow Hub embeddings! Ryohei Kuroki Docs: https://
langchain.readthedocs.io/en/latest/modu
les/utils/combine_docs_examples/embeddings.html#tensorflowhub
… -
LangChain v0.0.75 Release: Agents, Embeddings, SQL Steps
By
–
Another big release! v0.0.75 Pin LangChainHub version (
@roywilliamsiii
)
TensorflowHub embeddings (Ryohei Kuroki)
Returning intermediate SQL steps
Better initialization of agents (
@jxnlco
)
Using MMR search in the vector DB QA chain And more! -
LangChainHub Now Supports Git Commit Version Pinning
By
–
Pin LangChainHub version Thanks to @roywilliamsiii you can now load artifacts from LangChainHub from a specific git commit, effectively pinning the version Docs: https://
langchain.readthedocs.io/en/latest/modu
les/agents/examples/load_from_hub.html#pinning-dependencies
… Check out the Hub here: -

BLIP-2: Powerful Multimodal AI Tool for Vision Tasks
By
–
Creedme que esta es una de esas herramientas que llegan sin hacer demasiado ruido (como Whisper) y luego resultan ser muy útiles para construir muchas cosas interesantes. Podéis utilizar BLIP-2 a través de la librería LAVIS de Salesforce. Ya estoy arrancándolo en Google Colab.
-

BLIP-2: Conversational Image Analysis with Natural Language
By
–
¡BOTS DE DIÁLOGO PARA IMÁGENES! Esta es una de esas herramientas super útiles y accesibles. BLIP es un modelo de visión que te permitía con lenguaje natural hacer Q&A sobre su contenido. Ahora llega BLIP-2, que similar a Flamingo de DeepMind te permite conversar sobre ellas!
-
Open Source Initiative Encouragement for Tech Projects
By
–
Super cool! Let us know if you think of open-sourcing any of it, we’d be super excited to help
-
Hugging Face offers support for AI projects
By
–
Very cool! Let us know if we can help with @huggingface
! -

LangChain Introduces Tracing Feature for Chain Debugging
By
–
We’re excited to announce a new feature in LangChain: Tracing! By enabling tracing in LangChain, you’ll be able to more effectively inspect and debug your complex chain/agent runs. Blog: https://
blog.langchain.dev/tracing/
Docs: https://
langchain.readthedocs.io/en/latest/trac
ing.html
…