Sometime you might want to query records in Pinecone based on metadata.
For example, you want to retrieve all the records for a specific URL similar to how we do the SQL query.
Learning AI in Public
Sometime you might want to query records in Pinecone based on metadata.
For example, you want to retrieve all the records for a specific URL similar to how we do the SQL query.
swyx talked about the evolving role of AI engineers, key UX principles in AI, and what works and doesn’t (yet) in AI applications.
LangChain usually represents messages as it's own message types like HumanMessage
, AIMessage
, SystemMessage
, etc
Sometime, you might want to convert it into plan string which you can do it using get_buffer_string