# Pinecone Assistant Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/pinecone-assistant
> Markdown URL: https://aitinkerers.org/technologies/pinecone-assistant.md
> Technology record last updated: 2026-02-23T01:44:43Z
> Generated: 2026-09-22T08:36:22Z

- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Sales Intelligence Assistant](https://seattle.aitinkerers.org/talks/rsvp_w36HDtNPrT8)

This is a workflow I crafted to help me build a repository of knowledge based on the research I was conducting for validating BearHug’s market opportunities. Because BearHug is operating at the intersection of government and healthcare, it can get pretty complex and confusing to keep my facts and figures straight. I have used Perplexity to help me conduct research, but I don’t want the best knowledge to be lost to the void. So I developed a small script and workflow that allows me to use Perplexity to research a topic, identifying some of my favorite sources that it pulled from, then using Jina Reader I extract a TXT file of the wisdom contained within the webpage. If the content is a PDF, I download it and use Llama Parse to get good markdown out of it. Markdown is best for document retrieval, because it makes it very easy to decide where to chunk the documents, so I am planning to use some BAML to get structured markdown out of the TXT files I get from Jina. Then with all the markdown, I have had a good experience with Pinecone Assistants to help me process, chunk, and read the data from a vector store, making sure that I always have the best wisdom at my fingertips for this complex industry.

- Event context: AI Tinkerers Seattle - March Meetup — 2025-03-28 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_w36HDtNPrT8

## Related Technologies

- [BAML](https://aitinkerers.org/technologies/baml) ([Markdown](https://aitinkerers.org/technologies/baml.md)) — 12 public demos
- [Jina](https://aitinkerers.org/technologies/jina) ([Markdown](https://aitinkerers.org/technologies/jina.md)) — 1 public demo
- [Pinecone](https://aitinkerers.org/technologies/pinecone) ([Markdown](https://aitinkerers.org/technologies/pinecone.md)) — 25 public demos
- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 205 public demos
