Ask your data any question - on your own computer
I made a tutorial on how to use local LLMs in #openrefine via the API of LM Studio (but Anything LLM, Jan, ... will do as well).
It is in German but has English subtitles.
Ask your data any question - on your own computer
I made a tutorial on how to use local LLMs in #openrefine via the API of LM Studio (but Anything LLM, Jan, ... will do as well).
It is in German but has English subtitles.
Herbst in der Efeuhecke.
#autumnvibes #macrophotography #hornet #ivy #herbst #insekten
I am fiddling around with the OpenAI API in Python for named entity recognition and just had the idea to use it directly within OpenRefine. You just need to create an account at http://openai.com, generate an API key, and copy it to “YOUR-API-KEY” in the code below. Now you can formulate a question on your data in the “prompt” and apply it to the values in the respective column. You even can define a format for your response in the query, here it is JSON(ish). The code, by the way, for the mo...