Swastik Banerjee

Results 8 comments of Swastik Banerjee

@amineHorseman Hi ! I'd like to take up this issue. Can you please guide me how to proceed with it?

Hi! I'm new to this thing, but extremely interested, so I'd be glad to get a lil bit more help. 1. Should I import urllib and write the code in...

While running `poetry run start`, it keeps saying ``` ValueError: The sentence_transformers python package is not installed. Please install it with `pip install sentence_transformers` ``` even after running `python3.10 -m...

Is this issue Resolved, or is there something left to be worked on? I could help.

@ted-at-openai : In your [Question_answering_using_embeddings](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb) notebook Section **2) Find the most similar document embeddings to the question embedding**, you have: ``` In [11] order_document_sections_by_query_similarity("Who won the men's high jump?", document_embeddings)...

Sure, done. That sounds more convenient unless, as I previously thought, some edge cases were trying to be handled.

Also, please see my comment on [ Document Library Pre-Processing #79 ](https://github.com/openai/openai-cookbook/issues/79#issuecomment-1467670185). I think there might be a bug there.

@ted-at-openai Do you want to close/merge this PR?