Skip to content

Tightrope/WebSiteQuestionAnswer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Notes

TODO

  • Get sitemap loader working

Environment Variables

The following environment variables are required to run the code:

  • OPENAI_API_KEY - OpenAI API Key
  • PINECONE_API_KEY - Pinecone API Key
  • PINECONE_ENVIRONMENT - See Pinecone.io dashboard

Place the above in a .env file in the root of the project.

Notes

  • To run this code in WebStorm, in the Run/Debug Configurations set node parameters to:

    --loader ts-node/esm
    

    The above is done to support loading LangChain ESM modules.

  • OpenAI text-embedding-ada-002 outputs 1536 dimensions

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published