The unreasonable effectiveness of embeddingsOr how I learned to stop worrying and love the hallucinations.This week I dived deep into vector databases. My go...
When evaluating RAG, it's not just the final answer that is worth evaluating
Evaluating intermediate steps (like query rephrasing and retrieved documents) is also super important when trying to make sure RAG works
Goo tutorial by on how to do this!
— Harrison Chase (@hwchase17)
Automating Pull Request Reviews With CodiumAI PR-Agent
Motivation If you are a developer, you know how much time you spend on pull request reviews. We all try to write the best code we can. When we are done, we ask our team members to review our code. Sometimes, making a pull request is more complex than it sounds. Over time, teams learn that pull requests need to be standardized to speed things up and improve communication. That is why we have a pull request template, for example.
Reverse engineering the recipe for excellent documentation
Stay updated with best practices for technical writers. Includes an API documentation course for technical writers and engineers learning how to document APIs. The course includes sections on what an API is, API reference documentation, OpenAPI specification and Swagger, docs-as-code publishing and workflows, conceptual topics, tutorials, API documentation jobs, and more.
Predictive Text Using only 13KB of JavaScript. No LLM. permy.gif Try it here | Code | Permy This is a simple POC of using Permy with a simple JSON dictionary for predictive text that is surprisingly …