Dion Almaer
Dion Almaer
I think showing the latest "this is what we think" is probably OK. However, could always add a setting that I would probably turn on: "Solidify color when final" Then...
What are `query`, `info`, `directory` in this? I was assuming `.well-known` would be the trusted pointer to all the things. And `` and the equiv header can also be a...
That's great. Makes sense for times/dates. As soon as we get into more querying it makes me stare at `pinecone` even more. ``` index.query( vector=[0.1, 0.1, 0.1, 0.1, 0.1, 0.1,...
Would it be silly meta to have a config that sets up the type of store so it's zero loc? Eg. Either an ENV that has the type and then...
Consider [tiktoken](https://github.com/openai/tiktoken) to measure token length.
There are a couple of sep concerns here IMO: 1) make it easy to build an importer using shared infra. I find that I do the same thing again and...
Yah, so much of the magic is: - getting the right context... - and when there are multiple shared brains to mix in... - and eventually working out which brains...
I have this implemented. Will clean up and checkin.
"For both apps, we should stuff the endpoints you select into the URL of the tool, so when you share the URL with others they automatically query the same endpoints...