You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiment with different text chunking strategies, start by simply increasing the # of characters to 512 instead of 2xx for a few courses to see if results improve compared to the current length. Also look into more complex strategies similar to that described here. The langchain package contains a RecursiveCharacterTextSplitter that could also be beneficial for this.
The text was updated successfully, but these errors were encountered:
Experiment with different text chunking strategies, start by simply increasing the # of characters to 512 instead of 2xx for a few courses to see if results improve compared to the current length. Also look into more complex strategies similar to that described here. The
langchain
package contains a RecursiveCharacterTextSplitter that could also be beneficial for this.The text was updated successfully, but these errors were encountered: