"Among the various AI chip startups that seek to challenge Nvidia’s dominance, Tenstorrent has stood out for its team’s bona fides, its novel approach to AI acceleration, its roadmap progress and its expanding ambitions." #ai #startups #tenstorrent
AI
-

Guido van Rossum Birthday: Python Creator and Open Source Legacy
By
–
Happy birthday to Python creator Guido van Rossum. The open source language was named after comedy troupe Monty Python: http://
bit.ly/2B8R7h6 -
Human-in-the-loop pause mechanism for AI automation systems
By
–
not currently, could be a future consideration! would desired ux be like "pause and wait for human to ok it"?
-
Continuous Improvement in Engineering and Technology Practice
By
–
The Importance of Continuous Improvement https://
planview.com/resources/arti
cles/lkdc-importance-continuous-improvement
… @ASMEdotorg @3DSNorthAmerica @cyngn @MargaretSiegien @3DStherese @Cindybolt61 @fogoros @DrFerdowsi @CRudinschi @PawlowskiMario @IIoT_World @MEngineeringMag #Science #Engineering #Technology #SET -

LangChain SQL Chain Intermediate Steps Now Accessible
By
–
Return intermediate steps for SQL chain You can now return and access the intermediate steps of a SQL database chain! This includes the generated SQL query, and the raw sql result Docs: https://
langchain.readthedocs.io/en/latest/modu
les/chains/examples/sqlite.html#return-intermediate-steps
… -
Cohere AI Wrappers Updates and Conversational Agent Fixes
By
–
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 -
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
… -
Enhanced Agent Initialization with Advanced Parameters
By
–
More complete initialization of agents Thanks to @jxnlco you can now more completely initialize agents by specifying `agent_kwargs` This allows for passing of more complex parameters to the agent class https://
github.com/hwchase17/lang
chain/blob/b9045f7e0df357d608700e91dc3039433f652d61/langchain/agents/initialize.py#L17
… -
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!