Open Issues Need Help
View All on GitHubAI Summary: This issue describes implementing a backend feature to process uploaded PDF files. It involves extracting content, generating embeddings using Azure OpenAI, and storing them in a local FAISS index. Additionally, metadata for each PDF will be saved in a JSON file, with all Azure OpenAI configurations managed via `.env` variables, and the solution must be efficient for large files.
Complexity:
4/5
good first issue