Sakshi from KushoAIforSoftwareDeepDivessoftware-deep-dives.hashnode.dev·Nov 13, 2024What are some practical use cases for the pinecone assistant?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. Understanding Pinecone Assistant Pinecone Assistant is a RAG (retrieval-augmented generation) service d...DiscussPractical use cases
Anix LynchProanixblog.hashnode.dev·Nov 11, 2024Top 5 Vector Databases & How to choose, optimize, implement Vector Databases for AI AppsTraditional vs Vector Databases 1. Traditional vs. Vector Databases - Key Differences Traditional Databases: Handle structured data (rows and columns) best, like in SQL databases. Vector Databases: Specialize in unstructured data (images, text, aud...DiscussVectorDatabases
Spandan Joshiblogs.spandan.dev·Nov 5, 2024How to Add Memory to AI Chatbots: From Goldfish 🐠 to Elephant 🐘Imagine trying to have a conversation with someone who has absolutely no recollection of anything you've said before - not even from 2 seconds ago. Welcome to the world of Large Language Models! The Memory Problem 🤔 LLMs, despite being very smart, h...Discussgenerative ai
Hamid NawazforRetrieving Namespaceshamid-nawaz.hashnode.dev·Oct 20, 2024How to retrieve namespaces from the Pinecone index?After a couple of days of effort, I've successfully discovered how to retrieve namespaces from the Pinecone index. Here's the method that finally worked: import { Pinecone } from '@pinecone-database/pinecone' const pc = new Pinecone({ apiKey: "YOUR_...DiscussPinecone
Eswara Sainatheswara96.hashnode.dev·Aug 15, 2024Top 5 Vector Databases in 2024Introduction We are drowning in data! It's mind-boggling to think that over 80% of data is going to be unstructured by 2025- think emails, social media posts, images, and videos. The explosive growth of AI has turned this data deluge into both a gold...DiscussAI
Manoharan MRgadzilla.in·Apr 21, 2024Pinecone: Redefining Data Storage with Vector DatabasesIn the fast-paced world of data-driven applications and AI, traditional databases often struggle to keep up with the demands of handling high-dimensional data efficiently. Enter Pinecone – a revolutionary vector database that is changing the game whe...DiscussAI | ML | DL | Gen AIAI
Saurabh Naiksaurabhz.hashnode.dev·Apr 19, 2024Exploring Vector Databases: Part 2 - Building Hybrid Search, Facial Similarity Search, and Anomaly Detection with PineconeIntroduction: Continuing our exploration of vector databases, we delve into three additional applications that leverage the capabilities of Pinecone. In this blog, we unravel the intricacies of Hybrid Search, Facial Similarity Search, and Anomaly Det...DiscussGenerative AIgenerative ai
Vinayak GavariyaforSadhaka.AIsadhaka-ai.hashnode.dev·Feb 15, 2024Comparing Pinecone and ChromaDB: Understanding Their Offerings as Vector DatabasesVector databases and their necessity are rapidly increasing. If you're new to vector databases, you might want to check out my blog post here. While exploring vector databases, I came across Pinecone and ChromaDB—two widely used platforms in this dom...Discuss·3 likes·199 readsPinecone
Kam Chehresakamc.hashnode.dev·Feb 14, 2024OpenAI Text Embeddings + Streamlit + Pinecone Vector Database - part 2In the previous post, I covered the basic idea of what I was trying to achieve. It's a short read and contains the context backing this article. However, here is a quick recap: I'm using OpenAI to generate text, generate embeddings of that text, and ...Discuss·28 readsstreamlit
Kam Chehresakamc.hashnode.dev·Feb 11, 2024OpenAI Text Embeddings + Streamlit + Pinecone Vector DatabaseWhat we're looking at The idea was to use OpenAI text embeddings, Pinecone, and Streamlit to play around with an idea I had to prototype around an idea to help me learn new things by using a hands-on approach. Some time back I started working on a we...Discuss·10 likes·46 readsopenai-embedding