Posts tagged with: ai

4 posts

The new anxiety

"I now understand the issue, thank you for your patience." "I sincerely apologize for missing that detail." "You're absolutely correct, and I appreciate your feedback." "Thank you for bringing that to my attention." "I will make the necessary adjustments right away." "You're correct, that was an...

Vector Embeddings - The right way

#hello ## Getting the embeddings right. Some things which I did wrong I was diving deeper into the whole vector embeddings topic. I used in a couple of projects the vector embeddings. Actually the setup is quite easy. I tested: - qdrant - pinecone - chroma My feedback, purely opiniated and not...

Does Filter become obsolete

## When I looked at one of my projects. Currently I'm adding to some worker tasks a feature that certain data should not only be saved in the database. Also in the vector store as embedding (for future ai use). This works good and all but this also makes me wonder of the current filter systems...