The community members are trying to get gpt-index working from behind an API gateway. They noticed that it made a call to openaipublic.blob.core.windows.net:443 during the indexing process and are wondering what that is and how it relates to the OpenAI API implementation.
The comments indicate that this is likely related to the OpenAI API, and one community member has figured it out by searching the OpenAI/tiktoken repository. They explain that the endpoint is used to pull data for the tiktoken library, which is required for gpt-index to work. The community members also note that it's important to ensure that this endpoint, in addition to the OpenAI endpoints, is accessible for gpt-index to function properly.
hi @jerryjliu0 we're trying to get gpt-index working from behind an API gateway - we noticed that it made a call to openaipublic.blob.core.windows.net:443 -> any idea what that is? Something about how openai API is implemented? (this is when indexing)