Hey everyone,
I’m building a GPT bot that uses NLP methods to analyze texts. To ensure it performs the specific analyses I need (e.g., using embeddings instead of word count), I’ve guided it toward the relevant methods. However, to utilize the YAP tokenizer and the HeBERT embedding model, the bot needs access to specific Python libraries.
Even when it has internet access and knows which libraries to use, it still cannot access them.
How can I solve this issue? Is there a way to make this work?
Thanks in advance!