Replies: 2 comments 2 replies
-
I'm looking for a way to do this too. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The message you see in the terminal is printed when the GPT4AllEmbeddings object is first constructed, you can construct it just once and use it instead of reconstructing it every time
The following example will print the message for every documents:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When calling GPT4All embeddings:
The function sends this to the terminal every time:
Having traced a little way through the source code and run some experiments setting
verbose=False
has no impact on this output. I've also not succeeded at finding a way to intercept and suppress these messages.Does anyone have a known technique or suggestion on how to do this?
Beta Was this translation helpful? Give feedback.
All reactions