mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
unstructured api key optional now
This commit is contained in:
parent
48e6aeb8b7
commit
c936aa91a4
@ -1,7 +1,7 @@
|
||||
JWT_SECRET_KEY="..."
|
||||
MONGODB_URI="..."
|
||||
UNSTRUCTURED_API_KEY="..."
|
||||
|
||||
UNSTRUCTURED_API_KEY="..." # Optional: Needed for parsing via unstructured API
|
||||
OPENAI_API_KEY="..." # Optional: Needed for OpenAI embeddings and completions
|
||||
ASSEMBLYAI_API_KEY="..." # Optional: Needed for combined parser
|
||||
ANTHROPIC_API_KEY="..." # Optional: Needed for contextual parser
|
||||
|
Loading…
x
Reference in New Issue
Block a user