Find answers from the community

Updated 2 years ago

hi jerryjliu98 9313 we re trying to get

At a glance

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.

Useful resources
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)
j
R
4 comments
yeah that's probably openai's api
we opened up firewalls for openai but not this endpoint which it uses to pull stuff to make tiktoken work
worth noting, if anyone needs to know what endpoints need to be accessible for gptindex to work - it isn't just the openai endpoints.
Add a reply
Sign up and join the conversation on Discord