Pinecone Inspector is a Streamlit-based app that allows users to interact with and inspect Pinecone vector databases seamlessly. Whether you're debugging embeddings, querying stored vectors, or monitoring performance, this tool provides an intuitive UI for easy interaction. You can paste your Pinecone API key and view all indexes, their corresponding vectors, metadata, and duplicate vectors if present. Additionally, it offers a feature to clear all the vectors in the index.
- 🔍 Search & Query: Retrieve and inspect stored vectors effortlessly.
- 📊 Visualization: View embedding distributions and metadata.
- 🛠️ Debugging Tool: Easily check the stored embeddings and their structure.
- 🔗 Pinecone API Integration: Directly interact with your Pinecone index.
git clone https://github.com/Jashan-1/Pinecone_Inspector.git
cd Pinecone_Inspector2️⃣ Install Dependencies Make sure you have Python installed, then run:
pip install -r requirements.txt3️⃣ Run the App
streamlit run main.pyModify the configuration settings inside main.py if needed.
Want to improve this project? Follow these steps:
Fork the repo. Create a new branch
git checkout -b feature-branch.Make your changes and commit
git commit -m "Added new feature".Push your branch
git push origin feature-branchOpen a Pull Request 🚀.
This project is open-source and available under the MIT License.
- 🔗 GitHub: Jashan-1
- ✉️ Email: 686jashan@gmail.com
- ⭐ If you like this project, consider giving it a star! ⭐
