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
I'm currently using Python to try and develop an internal application for a business where it would be able to scrape a document and put each line into a row of a table/dataframe. Then I would be calling gpt-3.5-turbo to cross-reference the value in the row against a vectorstore with the source documents to check whether there is a relationship or not.
There isn't much information related to a topic like this so I'm looking for advice. This is the code I've got so far (reference):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm currently using Python to try and develop an internal application for a business where it would be able to scrape a document and put each line into a row of a table/dataframe. Then I would be calling gpt-3.5-turbo to cross-reference the value in the row against a vectorstore with the source documents to check whether there is a relationship or not.
There isn't much information related to a topic like this so I'm looking for advice. This is the code I've got so far (reference):
Are there suggestions to improve the efficiency of the code? Or something that might be implemented in the wrong fashion? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions