Prompts: Prompt Templates: https://
hwchase17.github.io/langchainjs/do
cs/modules/prompts/prompt_template
… Few Shot Examples: https://
hwchase17.github.io/langchainjs/do
cs/modules/prompts/few_shot_examples
… Load from Hub: https://
hwchase17.github.io/langchainjs/do
cs/modules/prompts/load_from_hub
…
TOOLS
-

LangChain JS Prompt Templates and Few Shot Examples Guide
By
–
-
Cross-language AI abstractions with shared serializable formats
By
–
Relationship to Python Package We built the same abstractions (prompts, LLMs, etc) we had in Python In particular, we built them in a way where they share the same serializable format This means you can load the same prompt, chain, agent in both languages
-

LangChain JavaScript TypeScript Support Launch
By
–
It's finally here… Javascript/TypeScript support for LangChain BIG thank you to everyone in the community who contributed to this, especially @_seanyneutron and @nfcampos GitHub: https://
github.com/hwchase17/lang
chainjs
…
Blog: https://
blog.langchain.dev/typescript-sup
port/
… LOTS to discuss, lets -
glass.health AI tool for physicians may guide self care
By
–
https://
glass.health/ai is working on this. Currently a tool for physicians, but could end up guiding self care. -
AI Tools Boost Developer Productivity by Saving Research Time
By
–
A esto hay que sumarle que yo no me dedico a picar código a diario, aunque sí entiendo de sobra de programación como para localizar bugs y modificar el código rápido. Eso explica que, repito, a mi me de ese boost. Me ahorra mucho tiempo de buscar librerías, mirar APIs, etc.
-
ChatGPT Professional Use: Time Savings and Practical Effectiveness
By
–
Con la base que me da ChatGPT, el tiempo que me ahorro es brutal. No siempre funciona a la primera, pero en pocos minutos lo tengo. Pero por eso vuelvo a la pregunta original: Me interesa saber vuestra opinión si es que lo usáis en un entorno profesional real.
-
Semantic Paper Search Tool Built with OpenAI Embeddings API
By
–
Yo todo lo que hago son cosas puntuales, automatizaciones para el canal o herramientas educativas. En este caso he montado en 1h un buscador semántico con la API de Embeddings de OpenAI que abre una carpeta de papers los preprocesa en .csv y arma el buscador. Todo documentado
-
Building Quick Tools for Specific Projects
By
–
Es mi caso, proyectos puntuales donde quiero armar una herramienta rápida.
-
Semantic Search Tool Built with OpenAI Embeddings API
By
–
Yo todo lo que hago son cosas puntuales, automatizaciones para el canal o herramientas educativas. En este caso he montado en 1h un buscador semántico con la API de Embeddings de OpenAI que abre una carpeta de papers los preprocesa en .csv y arma el buscador. Todo documentado