Comment by punnerud

Comment by punnerud 4 days ago

0 replies

Maybe we could improve it more by combining it with embeddings?

It’s a way to convert a text or response into an array of numbers, that can be used for similarity lookups.

I made a way to query large datasets of text strings: https://github.com/punnerud/search-embeddings-llama3.1

Can be used to let it explore a graph of knowledge as long as the graph is related to the original question, and can explore different solutions at the same time without repeating itself (then it’s get linked back to similar answers and stopped)