MemGPT Search over LlamaIndex API Docs
- a. Download embeddings and docs index from XYZ.
-- OR --
b. Build the index:
- Build llama_index API docs with
make text. Instructions here. Copy over the generated_build/textfolder to this directory. - Generate embeddings and FAISS index.
python3 scrape_docs.py python3 generate_embeddings_for_docs.py all_docs.jsonl python3 build_index.py --embedding_files all_docs.embeddings.jsonl --output_index_file all_docs.index
- Build llama_index API docs with