Conversation
|
I’ve reviewed the PR. Here are some comments:
|
|
Hey Martin, thanks for the comments! You're right, having a vector k slider was pretty redundant when using pagination, so I have made vector k change based on the page you are on to make sure that the results are always relevant and in order. For simplicity, each page will contain 10 results. Although, I'm not sure why issues were happening with mode not having an effect on the search, that implementation still seems to work for me. Let me know if you continue to encounter that problem. In regards to the missing OpenAI environmental variables, thats my bad, I forgot to add those to the readme, so that has been updated. I believe to get rid of the error you have to add both the AZURE_OPENAI_KEY and AZURE_OPENAI_ENDPOINT to the ui/.env file. Could you let me know where to find these keys so I can add them to the .env variable pdf I shared with you the other day? Once those are configured everything should be working. Please let me know if you encounter any more problems with these updates |
Features