It is a part of a playlist Half life histories - youtube.com/playlist?lis...
It is a part of a playlist Half life histories - youtube.com/playlist?lis...
2/2
#devops #k8s #software
2/2
#devops #k8s #software
Take a leave and rest!
Take a leave and rest!
You built a new language with LSP and all the tooling, right?
You built a new language with LSP and all the tooling, right?
Though I'm forced to be on the latest LTS of Node (sometimes even the non-LTS) for good.
Though I'm forced to be on the latest LTS of Node (sometimes even the non-LTS) for good.
ollama.com/blog/structu...
ollama.com/blog/structu...
```js
const goodSourceFetchInput = await getSourceFromLlm(input)
const someGoodSource = await fetch(goodSourceFetchInput)
// Same as below...
```
RAG is basically LLMs identifying which function to call, us calling and providing the result to it as context
```js
const goodSourceFetchInput = await getSourceFromLlm(input)
const someGoodSource = await fetch(goodSourceFetchInput)
// Same as below...
```
RAG is basically LLMs identifying which function to call, us calling and providing the result to it as context